Skip to content

Commit

Permalink
copy functions command
Browse files Browse the repository at this point in the history
  • Loading branch information
danhartley committed May 24, 2024
1 parent 0034960 commit af3ba6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"copy-redirects": "cp -vR ./_redirects ./dist",
"copy-functions": "cp -vR ./netlify",
"copy-functions": "cp -vR ./netlify/functions",
"start": "parcel --no-cache",
"build": "parcel build && npm run copy-redirects copy-functions",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
Expand Down

0 comments on commit af3ba6c

Please sign in to comment.