Skip to content

Commit 6bde1e7

Browse files
committed
Fix npm script 'copy'
1 parent 70d70e3 commit 6bde1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"install:functions": "yarn install --cwd dist/server",
1616
"install:functions:win": "cd dist\\server && npm install && cd ..\\..\\",
1717
"install:functions:nix": "pushd dist/server && npm install && popd",
18-
"copy": "yarn copy:client copy:server",
18+
"copy": "yarn copy:client && yarn copy:server",
1919
"copy:server": "cpx -Cv \"functions/**\" dist/server && cpx -v \".nuxt/**\" dist/server/",
2020
"copy:server:win": "xcopy /e /c /h /i /y functions dist\\server && xcopy /e /c /h /i /y .nuxt dist\\server\\.nuxt",
2121
"copy:server:nix": "cp -rTv functions/ dist/server && cp -rv .nuxt/ dist/server/",

0 commit comments

Comments
 (0)