mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
chore: setup lerna, nx & prettier
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@streetwriters/editor",
|
||||
"version": "1.3.1",
|
||||
"main": "dist/es/index.js",
|
||||
"main": "dist/index.js",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -75,7 +75,7 @@
|
||||
"scripts": {
|
||||
"build": "./scripts/build.sh",
|
||||
"watch": "./scripts/build.sh --watch",
|
||||
"prepub": "./scripts/compile.sh",
|
||||
"prepub": "npm run build",
|
||||
"pub": "np",
|
||||
"postinstall": "npx patch-package"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user