Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Robinson committed Jan 14, 2021
1 parent 167d3d1 commit e86e96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[build]
publish = "dist"
command = "npm run build"

[build.environment]
NODE_ENV = "production"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dev:tail": "postcss src/assets/css/tailwind.css -o dist/assets/css/tailwind.css --watch",
"dev": "run-p dev:* --print-label",
"build:eleventy": "eleventy",
"build:tail": "env NODE_ENV=production postcss src/assets/css/tailwind.css -o dist/assets/css/tailwind.css",
"build": "run-s build:* --print-label",
"build:tail": "postcss src/assets/css/tailwind.css -o dist/assets/css/tailwind.css",
"build": "NODE_ENV=production run-s build:* --print-label",
"test:serve": "live-server dist",
"test": "run-s build:eleventy build:tail test:serve --print-label"
},
Expand Down

0 comments on commit e86e96e

Please sign in to comment.