Skip to content

Commit

Permalink
remove postinstall for playwright (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda authored Dec 10, 2024
1 parent f250ca1 commit 7dc2b8b
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 @@ -14,9 +14,9 @@
"test-e2e": "playwright test",
"pretty": "prettier --write \"{src,__{tests,mocks}__}/**/*.js\"",
"playwright": "playwright",
"playwright:install": "playwright install --with-deps",
"tauri": "tauri",
"covector": "covector",
"postinstall": "playwright install"
"covector": "covector"
},
"dependencies": {
"@dinero.js/currencies": "^2.0.0-alpha.14",
Expand Down

0 comments on commit 7dc2b8b

Please sign in to comment.