Skip to content

Commit 26ad189

Browse files
committed
Remove unnecessary scripts
1 parent 0453082 commit 26ad189

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
"generate": "nuxt generate",
1212
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
1313
"clean": "rimraf .nuxt dist",
14-
"install:functions": "yarn install --cwd dist/server",
1514
"copy": "yarn copy:client && yarn copy:server",
16-
"copy:server": "cpx -Cv \"functions/**\" dist/server && cpx -v \".nuxt/**\" dist/server/",
17-
"copy:client": "cpx -Cv \"src/static/**\" dist/client/ && cpx -Cv \".nuxt/dist/**\" dist/client/assets/",
15+
"install:functions": "yarn install --cwd dist/server",
1816
"firebase-emulator": "yarn clean && yarn lint && yarn build && yarn copy && yarn install:functions && firebase emulators:start"
1917
},
2018
"lint-staged": {

0 commit comments

Comments
 (0)