Skip to content

Commit 4ec3042

Browse files
committed
Retrieve removed task in npm scripts
1 parent 4d7957a commit 4ec3042

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
1313
"clean": "rimraf .nuxt dist",
1414
"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/",
1517
"install:functions": "yarn install --cwd dist/server",
1618
"firebase-emulator": "yarn clean && yarn lint && yarn build && yarn copy && yarn install:functions && firebase emulators:start"
1719
},

0 commit comments

Comments
 (0)