Fixed Setup Script Typo (#1588)

* Fix typo

* Update package.json

Co-authored-by: Rishabh Shukla <42492389+blurry-x-face@users.noreply.github.com>
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
This commit is contained in:
Harsh Khandeparkar
2020-01-29 01:01:30 +05:30
committed by Jeffrey Warren
parent 8483c07847
commit 8c4c607f2c

View File

@@ -12,7 +12,7 @@
"test-all": "npm run test && npm run benchmark && npm run gif-test && grunt tests && npm run core-tests",
"test-ui": "node node_modules/jasmine/bin/jasmine test/ui/spec/*.js",
"test-ui-2": "node ./node_modules/.bin/jest",
"setup": "npm i && npm i -g grunt grunt-cli && grunt build $$ npm rebuild --build-from-source",
"setup": "npm i && npm i -g grunt grunt-cli && npm rebuild --build-from-source && grunt build",
"start": "grunt serve"
},
"lint-staged": {
@@ -119,4 +119,4 @@
"bin": {
"sequencer": "./index.js"
}
}
}