Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer14420 committed Nov 9, 2024
1 parent 21c2453 commit 9c9c444
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 @@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon -w src -w assets -w index.html -e css,html,js --ignore assets/slimmed-bootstrap.css --ignore script.js -x npm run build",
"build": "npx purgecss --css assets/bootstrap.min.css --content index.html 'src/**/*.js' assets/bootstrap.bundle.min.js --output assets/slimmed-bootstrap.css && npx esbuild src/main.js --bundle --minify --outfile=script.js"
"build": "npx purgecss --css assets/bootstrap.min.css --content index.html 'src/**/*.js' 'assets/**/*.js' --output assets/slimmed-bootstrap.css && npx esbuild src/main.js --bundle --minify --outfile=script.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9c9c444

Please sign in to comment.