Skip to content

Commit 0483930

Browse files
author
Ammara Yasin
committed
deploy3
1 parent 07c3bd8 commit 0483930

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
@@ -17,7 +17,7 @@
1717
"start": "next start",
1818
"export": "next export",
1919
"predeploy": "npm run build && npm run export && touch ./out/.nojekyll",
20-
"deploy": "npm run custom-domain && node scripts/pages.js SafeNetIoT master",
20+
"deploy": "node scripts/pages.js SafeNetIoT gh-pages",
2121
"custom-domain": "node scripts/cname.js safenetiot.com www.SafeNetIoT.github.io",
2222
"lint": "next lint"
2323
},

0 commit comments

Comments
 (0)