File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ before_install:
1616 - npm i -g npm@^2.0.0
1717before_script :
1818 - npm prune
19+ script :
20+ - npm run test
1921after_success :
2022 - ' curl -Lo travis_after_all.py https://git.io/travis_after_all'
2123 - python travis_after_all.py
Original file line number Diff line number Diff line change 55 "name" : " extendscriptr" ,
66 "description" : " A node build configuration to develop extendScripts with es2015 javascript code" ,
77 "scripts" : {
8+ "commit" : " git-cz" ,
89 "clean:temp" : " rm -rf ./.tmp ; mkdir ./.tmp" ,
910 "clean:dist" : " rm -rf ./test/dist ; mkdir ./test/dist" ,
1011 "compile:test:illustrator" : " node ./index.js -s test/src/illustrator.js -o test/dist/illustrator.js -t 'illustrator'" ,
5152 "prependify" : " ^1.2.0"
5253 },
5354 "devDependencies" : {
55+ "commitizen" : " ^2.8.1" ,
56+ "cz-conventional-changelog" : " ^1.1.6" ,
5457 "semantic-release" : " ^4.3.5"
58+ },
59+ "config" : {
60+ "commitizen" : {
61+ "path" : " ./node_modules/cz-conventional-changelog"
62+ }
5563 }
5664}
You can’t perform that action at this time.
0 commit comments