Skip to content

Commit

Permalink
move dist folder to build instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed Jun 23, 2024
1 parent 20b45e9 commit e36b2ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ yarn-error.log*
_ignore

.parcel-cache
dist
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html",
"start": "parcel src/index.html --dist-dir build",
"build": "parcel build src/index.html --dist-dir build",
"test": "jest",
"test:ci": "jest --watchAll=false",
"lint": "eslint src/**/*.ts src/**/*.tsx",
Expand Down

0 comments on commit e36b2ab

Please sign in to comment.