Skip to content

Commit 22ee1ad

Browse files
committed
updated heroku
1 parent d431a50 commit 22ee1ad

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"author": "Pascal Luther",
1515
"workspaces": [
1616
"packages/**"
17-
]
17+
],
18+
"scripts": {
19+
"heroku:setup": "heroku login && heroku git:remote -a nuxt-fire-demo",
20+
"heroku:deploy": "git subtree push --prefix packages/demo heroku HEAD:master"
21+
}
1822
}

packages/demo/Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: npm i -g nuxt && cd packages/demo && nuxt start
1+
web: nuxt start

packages/demo/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"generate": "nuxt generate",
1010
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
1111
"lint": "npm run lint:js",
12-
"emulators": "firebase emulators:start",
13-
"heroku:deploy": "git subtree push --prefix web heroku master"
12+
"emulators": "firebase emulators:start"
1413
},
1514
"dependencies": {
1615
"@nuxtjs/pwa": "^3.3.3",

0 commit comments

Comments
 (0)