Skip to content

Commit

Permalink
NPM workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gschier committed Oct 1, 2024
1 parent 035d792 commit 9df586c
Show file tree
Hide file tree
Showing 22 changed files with 5,504 additions and 2,358 deletions.
5,836 changes: 5,448 additions & 388 deletions package-lock.json

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
{
"name": "@yaakapp/plugins",
"repository": "https://github.com/yaakapp/plugins",
"workspaces": [
"plugins/*"
],
"private": true,
"scripts": {
"build": "node scripts/build-plugins.cjs",
"build": "workspaces-run --parallel -- npm run --workspaces build",
"dev": "workspaces-run --parallel -- npm run --workspaces dev",
"test": "vitest run",
"lint": "tsc"
},
"devDependencies": {
"@types/node": "^22.7.4",
"jsonpath": "^1.1.1",
"typescript": "^5.6.2",
"vitest": "^2.0.4",
"typescript": "^5.5.2"
"workspaces-run": "^1.0.2"
},
"dependencies": {
"@yaakapp/api": "^0.2.9"
}
}
Loading

0 comments on commit 9df586c

Please sign in to comment.