File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 13
13
"lintx" : " eslint --ext .js,.vue ." ,
14
14
"clean" : " rimraf .nuxt dist" ,
15
15
"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" ,
18
16
"copy" : " yarn copy:client && yarn copy:server" ,
19
17
"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/" ,
22
18
"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" ,
25
19
"firebase-emulator" : " yarn clean && yarn lint && yarn build && yarn copy && yarn install:functions && firebase emulators:start"
26
20
},
27
21
"lint-staged" : {
You can’t perform that action at this time.
0 commit comments