Skip to content

Commit

Permalink
Migrate deployment to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Apr 4, 2023
1 parent 32855ba commit 1e1c521
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 5,9 @@
"scripts": {
"clean": "rm -rf out",
"clean:cache": "rm -rf .next",
"copy:cname": "cp -R ./CNAME ./out/CNAME",
"dev": "next dev -p 7522",
"build": "next build && next export && npm run copy:cname",
"deploy": "npm run clean && gh-pages -d out",
"build": "next build && next export && cp -R ./CNAME ./out/CNAME && touch out/.nojekyll",
"deploy": "npm run build && gh-pages -d out -t true",
"analyze": "ANALYZE=true next build",
"test": "npm run lint && npm run typecheck",
"lint": "next lint",
Expand Down

0 comments on commit 1e1c521

Please sign in to comment.