Switched to npm workspace
This commit is contained in:
parent
10ba0cf04a
commit
1a3ae65ccb
@ -10,11 +10,12 @@
|
||||
"watch": "rm -rf .parcel-cache && parcel watch packages/{silverbullet-web,silverbullet-server,plugos}",
|
||||
"clean": "rm -rf .parcel-cache packages/*/dist",
|
||||
"build": "parcel build packages/{silverbullet-web,silverbullet-server,plugos}",
|
||||
"plugs": "cd packages/plugs && yarn watch",
|
||||
"server": "cd packages/silverbullet-server && yarn start",
|
||||
"plugs": "cd packages/plugs && npm run watch",
|
||||
"server": "cd packages/silverbullet-server && npm start",
|
||||
"test": "jest packages/*/dist/test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@parcel/core": "2.3.2",
|
||||
"@parcel/packager-raw-url": "2.3.2",
|
||||
"@parcel/service-worker": "2.3.2",
|
||||
"@parcel/transformer-inline-string": "2.3.2",
|
||||
@ -27,6 +28,5 @@
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"packageManager": "yarn@3.2.0"
|
||||
]
|
||||
}
|
||||
|
@ -12,9 +12,6 @@
|
||||
"@lezer/lr": "^0.15.8",
|
||||
"@mattermost/client": "^6.7.0-0",
|
||||
"@mattermost/types": "^6.7.0-0",
|
||||
"@silverbulletmd/plugos": "workspace:*",
|
||||
"@silverbulletmd/plugos-silverbullet-syscall": "workspace:*",
|
||||
"@silverbulletmd/plugos-syscall": "workspace:*",
|
||||
"@types/yaml": "^1.9.7",
|
||||
"markdown-it": "^12.3.2",
|
||||
"markdown-it-task-lists": "^2.1.1",
|
||||
|
@ -31,9 +31,6 @@
|
||||
"@codemirror/stream-parser": "^0.19.9",
|
||||
"@jest/globals": "^27.5.1",
|
||||
"@lezer/markdown": "^0.15.0",
|
||||
"@silverbulletmd/common": "workspace:*",
|
||||
"@silverbulletmd/plugos": "workspace:*",
|
||||
"@silverbulletmd/web": "workspace:*",
|
||||
"better-sqlite3": "^7.5.0",
|
||||
"body-parser": "^1.19.2",
|
||||
"buffer": "^6.0.3",
|
||||
|
@ -40,8 +40,6 @@
|
||||
"@fortawesome/react-fontawesome": "0.1.17",
|
||||
"@jest/globals": "^27.5.1",
|
||||
"@lezer/markdown": "^0.15.0",
|
||||
"@silverbulletmd/common": "workspace:*",
|
||||
"@silverbulletmd/plugos": "workspace:*",
|
||||
"fake-indexeddb": "^3.1.7",
|
||||
"jest": "^27.5.1",
|
||||
"knex": "^1.0.4",
|
||||
|
Loading…
Reference in New Issue
Block a user