File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 ]
1313 }
1414 },
15- "onCreateCommand" : " npm install" ,
15+ "onCreateCommand" : " npm install & npm install -g gulp " ,
1616 "postAttachCommand" : {
1717 "server" : " npm run serve" ,
1818 "watcher" : " gulp watch"
Original file line number Diff line number Diff line change 99 "test" : " nyc --check-coverage --lines 100 --functions 100 --branches 100 mocha app/tests" ,
1010 "coverage" : " nyc report --reporter=text-lcov | node ./node_modules/coveralls/bin/coveralls.js" ,
1111 "lint" : " ./node_modules/.bin/eslint ." ,
12- "watch-dev" : " gulp start-watcher" ,
1312 "serve" : " node ./node_modules/http-server/bin/http-server"
1413 },
1514 "husky" : {
2726 "eslint" : " ^5.16.0" ,
2827 "eslint-config-airbnb-base" : " ^13.1.0" ,
2928 "eslint-plugin-import" : " ^2.17.2" ,
29+ "sass" : " ^1.26.10" ,
3030 "gulp" : " ^4.0.2" ,
3131 "gulp-concat" : " ^2.6.1" ,
3232 "gulp-remove-code" : " ^3.0.4" ,
3535 "husky" : " ^8.0.1" ,
3636 "mocha" : " ^8.1.2" ,
3737 "nyc" : " ^14.1.0" ,
38- "sass" : " ^1.26.10" ,
3938 "sinon" : " ^7.3.2"
4039 }
4140}
You can’t perform that action at this time.
0 commit comments