Skip to content

Commit

Permalink
fix(deploy): parcel command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-korolev committed Sep 23, 2022
1 parent fe84bef commit 2d34451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prisma-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"browser": "dist/browser.js",
"types": "dist/types.d.ts",
"scripts": {
"postinstall": "npm run prisma:generate && npx parcel build-lib",
"postinstall": "npm run prisma:generate && npx parcel build",
"prisma:generate": "npx prisma generate",
"clean": "npx rimraf dist .parcel-cache",
"build-lib": "npm run clean && npm run prisma:generate && npx parcel build",
Expand Down

0 comments on commit 2d34451

Please sign in to comment.