Skip to content

Commit e9040c6

Browse files
committed
Move back to npm install
1 parent 41bcbfa commit e9040c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"scripts": {
5050
"start": "ws",
51-
"build": "yarn && node build.js",
51+
"build": "npm install && node build.js",
5252
"version": "npm run build && git add -A dist",
5353
"test": "./node_modules/.bin/karma start saucelabs.karma.conf.js --single-run && for a in coverage/*; do codeclimate-test-reporter < \"$a/lcov.info\"; break; done",
5454
"test-local": "node tests/utils/reference-server.js & karma start",

0 commit comments

Comments
 (0)