We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937286b commit f0e8c46Copy full SHA for f0e8c46
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 && cp src/CNAME docs",
+ "prod": "NODE_ENV=production npm run build && eleventy --config=.eleventy.mjs && cp src/CNAME src/spec.txt docs",
11
"format": "prettier --write src ./*.js ./.*.js"
12
},
13
"keywords": [],
0 commit comments