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 70d70e3 commit 6bde1e7Copy full SHA for 6bde1e7
package.json
@@ -15,7 +15,7 @@
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
- "copy": "yarn copy:client copy:server",
+ "copy": "yarn copy:client && yarn copy:server",
19
"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/",
0 commit comments