Skip to content

Commit fa56f00

Browse files
committed
update version for CI test
1 parent a7debd1 commit fa56f00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-onboard",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"files": [
@@ -40,6 +40,7 @@
4040
},
4141
"scripts": {
4242
"prepare": "rollup -c",
43-
"build": "npm run prepare"
43+
"build": "npm run prepare",
44+
"test": "echo \"TBD\" && exit 0"
4445
}
4546
}

0 commit comments

Comments
 (0)