Skip to content

Commit

Permalink
Copy data folder to dist during deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Dec 4, 2024
1 parent 779b728 commit 59e2ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emit-ch4plume-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": ". ./.env; webpack --mode=${STAGE:-development} --env PUBLIC_URL=${PUBLIC_URL}",
"deploy": ". ./.env; webpack --mode=${STAGE:-development} --env PUBLIC_URL=${PUBLIC_URL}; cp -r data dist",
"serve": "webpack serve --mode=development --port 3000"
},
"author": "",
Expand Down

0 comments on commit 59e2ac4

Please sign in to comment.