Skip to content

Commit

Permalink
revert export
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-parag committed Feb 24, 2021
1 parent 68994a2 commit 20ffaa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[build]
command = "yarn build"
publish = "out"
functions = "out/api"
command = "npm run build && npm run export"
publish = "out"
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"build": "next build",
"start": "next start",
"postbuild": "next-export-api"
"export": "next export"
},
"dependencies": {
"@statickit/react": "^2.1.1",
Expand All @@ -25,7 +25,6 @@
"gray-matter": "^4.0.2",
"markdown": "^0.5.0",
"next": "10.0.5",
"next-export-api": "^0.1.11",
"polished": "^3.6.5",
"querystring": "^0.2.1",
"raw-loader": "^4.0.1",
Expand Down

0 comments on commit 20ffaa9

Please sign in to comment.