Skip to content

Commit

Permalink
Fix build script to avoid weird parcel issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rgehan committed Jan 5, 2024
1 parent 1a59674 commit 0a8bdbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"typescript": "^3.8.3"
},
"scripts": {
"clean": "rimraf dist/",
"clean": "rimraf dist/ .parcel-cache",
"start": "parcel serve --no-hmr --no-autoinstall src/index.html",
"copyManifest": "cp manifest.json dist/manifest.json",
"copyIcons": "cp -r icons/ dist/icons/",
Expand All @@ -93,4 +93,4 @@
"e2e": "cypress open",
"lint": "eslint --ext ts,tsx src/"
}
}
}

0 comments on commit 0a8bdbf

Please sign in to comment.