diff --git a/package.json b/package.json index 82ef99c0..9af25aaa 100644 --- a/package.json +++ b/package.json @@ -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" } -} \ No newline at end of file +}