Compare commits

...

5 Commits

Author SHA1 Message Date
Jeffrey Warren
3bbe6fa6dc Merge branch 'main' into HarshKhandeparkar-patch-3 2020-01-28 13:03:47 -05:00
Rishabh Shukla
ceff43a502 Merge branch 'main' into HarshKhandeparkar-patch-3 2020-01-28 22:32:27 +05:30
Harsh Khandeparkar
bb4e3162f9 Merge branch 'main' into HarshKhandeparkar-patch-3 2020-01-28 21:32:06 +05:30
Harsh Khandeparkar
64c23bee31 Update package.json 2020-01-28 21:31:24 +05:30
Harsh Khandeparkar
de4a2cb50f Fix typo 2020-01-28 21:25:37 +05:30

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"
}
}
}