We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6e645 commit 217066dCopy full SHA for 217066d
package.json
@@ -28,7 +28,7 @@
28
"license": "ISC",
29
"name": "commit.dev",
30
"scripts": {
31
- "build": "next build && next export -o docs && touch ./docs/.nojekyll",
+ "build": "next build && next export -o docs && touch ./docs/.nojekyll && touch ./docs/CNAME && echo 'landing.commit-staging.dev' >> ./docs/CNAME",
32
"deploy": "npm run build && git add docs && git commit -m \"Staging deployment @`date +'%Y-%m-%d'`\" && git push origin main",
33
"dev": "next dev",
34
"format": "prettier-eslint --eslint-config-path ./.eslintrc.js --write $PWD'/**/*.js'",
0 commit comments