We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb26fc commit c9f7c7fCopy full SHA for c9f7c7f
package.json
@@ -7,7 +7,7 @@
7
"static": "cp -r static/* docs",
8
"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",
9
"dev": "npm run build && eleventy --config=.eleventy.mjs --serve",
10
- "prod": "NODE_ENV=production npm run build && eleventy --config=.eleventy.mjs",
+ "prod": "NODE_ENV=production npm run build && eleventy --config=.eleventy.mjs && cp src/CNAME docs",
11
"format": "prettier --write src ./*.js ./.*.js"
12
},
13
"keywords": [],
0 commit comments