File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1313 "prod" : " npm run build && node dist/server.js" ,
1414 "start" : " node dist/server.js" ,
1515 "build" : " node build/build.js" ,
16- "build- staging" : " cross-env API_ENV=staging npm run build" ,
16+ "staging-build " : " cross-env API_ENV=staging npm run build" ,
1717 "unit" : " cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run" ,
1818 "e2e" : " node test/e2e/runner.js" ,
1919 "test" : " npm run unit && npm run e2e" ,
2020 "selenium-test" : " cross-env BABEL_ENV=test mocha test/selenium --timeout 900000" ,
2121 "lint" : " eslint --ext .js,.vue src test/unit/specs test/e2e/specs" ,
2222 "lint:fix" : " eslint --ext .js,.vue src test/unit/specs test/e2e/specs --fix" ,
23- "deploy" : " git subtree push --prefix dist heroku master" ,
24- "staging-deploy2" : " git push staging `git subtree split --prefix dist develop`:master --force" ,
25- "deploy2" : " git push heroku `git subtree split --prefix dist master`:master --force"
23+ "staging-deploy" : " git push staging `git subtree split --prefix dist develop`:master --force" ,
24+ "deploy" : " git push heroku `git subtree split --prefix dist master`:master --force"
2625 },
2726 "dependencies" : {
2827 "aplayer" : " ^1.10.0" ,
You can’t perform that action at this time.
0 commit comments