Skip to content

Commit

Permalink
fixed package
Browse files Browse the repository at this point in the history
  • Loading branch information
charles0830 committed Oct 28, 2022
1 parent e291d46 commit c8095f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: yarn next build

- name: export my App
run: yarn run export
run: yarn export

- name: touch my App
run: touch ./out/.nojekyll
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"homepage": "http://Apollo-111.github.io/portfolio",
"name": "personal-site",
"version": "2.0.0",
"private": true,
Expand All @@ -11,8 +10,7 @@
"lint": "yarn run -T prettier --write './src/**/*.{js,jsx,json,ts,tsx}' && eslint './src/**/*.{js,jsx,ts,tsx}' --fix --max-warnings=0",
"start": "yarn next start",
"sitemap": "yarn next-sitemap",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
"export": "next export"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
Expand Down Expand Up @@ -65,6 +63,5 @@
},
"resolutions": {
"autoprefixer": "10.4.5"
},
"export": "next export"
}
}

0 comments on commit c8095f8

Please sign in to comment.