mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
web: run patch-package after npm i
This commit is contained in:
@@ -129,7 +129,8 @@
|
||||
"build:test": "cross-env PLATFORM=web TEST=true vite build",
|
||||
"build:desktop": "cross-env PLATFORM=desktop vite build",
|
||||
"analyze": "cross-env ANALYZING=true PLATFORM=web vite build",
|
||||
"test": "playwright test -u"
|
||||
"test": "playwright test -u",
|
||||
"postinstall": "patch-package"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
||||
Reference in New Issue
Block a user