Skip to content

Commit

Permalink
fix(parcel): build was trying to load newer version of parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
Stradivario committed Mar 3, 2024
1 parent 5d5c975 commit 0f86061
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 @@ -4,7 +4,7 @@
"main": "src/main.ts",
"scripts": {
"start": "npx parcel ./src/index.html",
"build": "npx parcel build ./src/index.html",
"build": "npx parcel@1.12.3 build ./src/index.html",
"lint": "npx eslint ./src --ext .ts",
"lint-fix": "npx eslint ./src --fix --ext .ts",
"deploy": "firebase deploy",
Expand Down Expand Up @@ -46,4 +46,4 @@
"workbox-precaching": "^6.5.4",
"workbox-recipes": "^6.5.4"
}
}
}

0 comments on commit 0f86061

Please sign in to comment.