We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7957a commit 4ec3042Copy full SHA for 4ec3042
package.json
@@ -12,6 +12,8 @@
12
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
13
"clean": "rimraf .nuxt dist",
14
"copy": "yarn copy:client && yarn copy:server",
15
+ "copy:client": "cpx -C \"src/static/**\" dist/client/ && cpx -C \".nuxt/dist/**\" dist/client/assets/",
16
+ "copy:server": "cpx -C \"functions/**\" dist/server && cpx \".nuxt/**\" dist/server/",
17
"install:functions": "yarn install --cwd dist/server",
18
"firebase-emulator": "yarn clean && yarn lint && yarn build && yarn copy && yarn install:functions && firebase emulators:start"
19
},
0 commit comments