File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
33 - " 8"
4- before_script :
5- - npm install -g gulp
6- script : gulp build
4+ script : npm run build
Original file line number Diff line number Diff line change 1616 "live-server" : " ^1.2.0"
1717 },
1818 "scripts" : {
19+ "build" : " gulp build" ,
1920 "test" : " gulp test" ,
2021 "deploy" : " npm run doc:build && gh-pages -d dist -b gh-pages" ,
2122 "doc" : " npm run doc:build && npm run doc:view" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Just run `npm run doc` again.
3434Call:
3535
3636``` bash
37- gulp test
37+ npm run test
3838```
3939
4040and all ` *.spec.js ` files will be executed.
@@ -57,7 +57,7 @@ Make sure you're editor makes validations according to the `.jshintrc` in the ro
5757Before pushing to the repository run:
5858
5959``` bash
60- gulp build
60+ npm run build
6161```
6262
6363If the build is not successful fix your code in order the tests and jshint validation to run successfully and after that
You can’t perform that action at this time.
0 commit comments