Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jun 28, 2023
1 parent b1caec3 commit f8383a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"private": true,
"scripts": {
"data": "node preprocess-data.mjs && node firefox-delta.mjs",
"build": "npm run data && node build.mjs",
"build:dist": "rm -rf dist && mkdir -p dist && cp data.json dist/ && cp firefox-delta.json dist/ && cp index.html dist/ && cp main.mjs dist/",
"build": "npm run data && node build.mjs && rm -rf dist && mkdir -p dist && cp data.json dist/ && cp firefox-delta.json dist/ && cp index.html dist/ && cp main.mjs dist/",
"start": "http-server --port 9001 .",
"prettier": "prettier --write ."
},
Expand Down

0 comments on commit f8383a3

Please sign in to comment.