Skip to content

Commit 7547370

Browse files
committed
Remove npm scripts depend on OS
1 parent 6bde1e7 commit 7547370

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,9 @@
1313
"lintx": "eslint --ext .js,.vue .",
1414
"clean": "rimraf .nuxt dist",
1515
"install:functions": "yarn install --cwd dist/server",
16-
"install:functions:win": "cd dist\\server && npm install && cd ..\\..\\",
17-
"install:functions:nix": "pushd dist/server && npm install && popd",
1816
"copy": "yarn copy:client && yarn copy:server",
1917
"copy:server": "cpx -Cv \"functions/**\" dist/server && cpx -v \".nuxt/**\" dist/server/",
20-
"copy:server:win": "xcopy /e /c /h /i /y functions dist\\server && xcopy /e /c /h /i /y .nuxt dist\\server\\.nuxt",
21-
"copy:server:nix": "cp -rTv functions/ dist/server && cp -rv .nuxt/ dist/server/",
2218
"copy:client": "cpx -Cv \"src/static/**\" dist/client/ && cpx -Cv \".nuxt/dist/**\" dist/client/assets/",
23-
"copy:client:win": "xcopy /e /c /h /i /y src\\static dist\\client && xcopy /e /c /h /i /y .nuxt\\dist dist\\client\\assets",
24-
"copy:client:nix": "cp -rTv src/static dist/client && cp -rTv .nuxt/dist/ dist/client/assets",
2519
"firebase-emulator": "yarn clean && yarn lint && yarn build && yarn copy && yarn install:functions && firebase emulators:start"
2620
},
2721
"lint-staged": {

0 commit comments

Comments
 (0)