Skip to content

Commit 6b4cff3

Browse files
author
Andrey Melnikov
committed
chore(package.json): update build script
1 parent 3716936 commit 6b4cff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"mocha": "^2.3.4"
4040
},
4141
"scripts": {
42-
"build": "cd .. && lein cljsbuild once min && cd release-js",
42+
"build": "npm i && cd .. && lein cljsbuild once min && cd release-js",
4343
"test": "mocha --harmony --compilers js:babel-core/register test/*.spec.js",
4444
"prepublish": "npm run build && npm run test"
4545
},

0 commit comments

Comments
 (0)