mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
setup: use zx for cross-platform scripting
This commit is contained in:
@@ -71,8 +71,8 @@
|
||||
"react-dom": ">=17.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "./scripts/build.sh",
|
||||
"watch": "./scripts/build.sh --watch",
|
||||
"build": "./scripts/build.mjs",
|
||||
"watch": "./scripts/build.mjs --watch",
|
||||
"prepub": "npm run build",
|
||||
"pub": "np",
|
||||
"postinstall": "npx patch-package"
|
||||
|
||||
Reference in New Issue
Block a user