Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat authored Jan 19, 2025
1 parent 937286b commit f0e8c46
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 @@ -7,7 +7,7 @@
"static": "cp -r static/* docs",
"build": "npm run clean && npm run static && postcss src/styles/global.css > docs/styles/global.css && postcss src/styles/play.css > docs/styles/play.css",
"dev": "npm run build && eleventy --config=.eleventy.mjs --serve",
"prod": "NODE_ENV=production npm run build && eleventy --config=.eleventy.mjs && cp src/CNAME docs",
"prod": "NODE_ENV=production npm run build && eleventy --config=.eleventy.mjs && cp src/CNAME src/spec.txt docs",
"format": "prettier --write src ./*.js ./.*.js"
},
"keywords": [],
Expand Down

0 comments on commit f0e8c46

Please sign in to comment.