Skip to content

Commit

Permalink
Updating commands, to be more consistent and simple
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonify committed Apr 9, 2018
1 parent c974eba commit e7738be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"prod": "npm run build && node dist/server.js",
"start": "node dist/server.js",
"build": "node build/build.js",
"build-staging": "cross-env API_ENV=staging npm run build",
"staging-build": "cross-env API_ENV=staging npm run build",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e",
"selenium-test": "cross-env BABEL_ENV=test mocha test/selenium --timeout 900000",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
"lint:fix": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs --fix",
"staging-deploy2": "git push staging `git subtree split --prefix dist develop`:master --force",
"deploy2": "git push heroku `git subtree split --prefix dist master`:master --force"
"staging-deploy": "git push staging `git subtree split --prefix dist develop`:master --force",
"deploy": "git push heroku `git subtree split --prefix dist master`:master --force"
},
"dependencies": {
"aplayer": "^1.10.0",
Expand Down

0 comments on commit e7738be

Please sign in to comment.