Skip to content

Commit

Permalink
remove outdated next export command
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenhuinink committed Nov 10, 2023
1 parent 95b4eb7 commit 5437c5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: |
yarn ci
yarn build
yarn export
touch out/.nojekyll
- name: Deploy
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
"lint": "next lint"
},
"dependencies": {
"react": "^18",
Expand Down

0 comments on commit 5437c5c

Please sign in to comment.