Skip to content

Commit

Permalink
patch package before scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf authored Jul 13, 2022
1 parent c679b0a commit 610552e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"description": "Docs for SolidStart",
"type": "module",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
"dev": "patch-package && solid-start dev",
"build": "patch-package && solid-start build",
"start": "solid-start start",
"e2e": "npx playwright test",
"postinstall": "patch-package"
"e2e": "npx playwright test"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 610552e

Please sign in to comment.