File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55before_script :
66 - npm install vue vue-template-compiler
77script :
8- - cp ./scripts/.npmrc.template $HOME/.npmrc
8+ - if [[ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]; then cp ./scripts/.npmrc.template $HOME/.npmrc; fi
99 - COVERAGE=true npm run test
1010 - npm run codecov
1111 - if [[ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]; then npm run pub-with-ci; fi
Original file line number Diff line number Diff line change 2222 " es"
2323 ],
2424 "scripts" : {
25- "dev" : " NODE_ENV=development ENTRY_INDEX=dev ./node_modules/.bin/webpack-dev-server --open --hot --port 3001" ,
26- "start" : " NODE_ENV=development ./node_modules/.bin/webpack-dev-server --open --hot" ,
25+ "dev" : " cross-env NODE_ENV=development ENTRY_INDEX=dev ./node_modules/.bin/webpack-dev-server --open --hot --port 3001" ,
26+ "start" : " cross-env NODE_ENV=development ./node_modules/.bin/webpack-dev-server --open --hot" ,
2727 "test" : " jest --config .jest.js" ,
2828 "site" : " node scripts/run.js site-dist" ,
2929 "copy" : " node scripts/run.js copy-html" ,
You can’t perform that action at this time.
0 commit comments