From 8c4c607f2c7222a25b117b89e34cb11d4a25ab58 Mon Sep 17 00:00:00 2001 From: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Date: Wed, 29 Jan 2020 01:01:30 +0530 Subject: [PATCH] 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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}