Skip to content

Commit

Permalink
Fix copy data/ to dist/ during deploy (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad authored Dec 4, 2024
2 parents 2af88be + 59e2ac4 commit f367ef2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion emit-ch4plume-v1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<script src="https://code.jquery.com/jquery-1.9.1.js"></script>
<script src="https://code.jquery.com/ui/1.10.2/jquery-ui.js"></script>

<link rel="stylesheet" href="src/style.css" />
</head>
<body>
<div>
Expand Down
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 f367ef2

Please sign in to comment.