Skip to content

Commit 217066d

Browse files
committed
Maintenance - update build script to incorporate CNAME configs
1 parent 2c6e645 commit 217066d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"license": "ISC",
2929
"name": "commit.dev",
3030
"scripts": {
31-
"build": "next build && next export -o docs && touch ./docs/.nojekyll",
31+
"build": "next build && next export -o docs && touch ./docs/.nojekyll && touch ./docs/CNAME && echo 'landing.commit-staging.dev' >> ./docs/CNAME",
3232
"deploy": "npm run build && git add docs && git commit -m \"Staging deployment @`date +'%Y-%m-%d'`\" && git push origin main",
3333
"dev": "next dev",
3434
"format": "prettier-eslint --eslint-config-path ./.eslintrc.js --write $PWD'/**/*.js'",

0 commit comments

Comments
 (0)