Skip to content

Commit 1348c72

Browse files
authored
Merge pull request #392 from SoftwareEngineeringDaily/remove-old-deploy
Remove old deploy
2 parents 0b89523 + e7738be commit 1348c72

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@
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",

0 commit comments

Comments
 (0)