Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Davis committed Jan 5, 2024
1 parent 39a90bf commit b7c7d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
node_modules
dist
_site
screenshots
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"scripts": {
"build": "webpack --mode=development",
"build:production": "webpack --mode=production",
"build:production": "webpack --mode=production --output-path=_site",
"watch": "webpack serve --mode=development",
"tsc": "tsc --noEmit",
"prettier": "prettier --check .",
Expand Down

0 comments on commit b7c7d1e

Please sign in to comment.