Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14,126 changes: 0 additions & 14,126 deletions package-lock.json

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"test": "jest",
"dev-publish": "lerna run build && lerna run dev-publish",
"dev-push": "lerna run build && lerna run dev-push",
"package-install": "lerna exec npm install",
"package-install": "lerna exec yarn install",
"version-bump": "changeset",
"release": "lerna run prepublish && changeset publish"
"release": "lerna run release && changeset publish"
},
"repository": {
"type": "git",
Expand Down
1,011 changes: 0 additions & 1,011 deletions packages/api/package-lock.json

This file was deleted.

4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"build": "tsc",
"dev-publish": "yalc publish",
"dev-push": "yalc push",
"watch": "tsc-watch --onSuccess \"npm run dev-push\"",
"prepublish": "yarn run build"
"watch": "tsc-watch --onSuccess \"yarn run dev-push\"",
"release": "yarn run build"
},
"devDependencies": {
"@agile-ts/core": "file:../core"
Expand Down
5 changes: 0 additions & 5 deletions packages/core/package-lock.json

This file was deleted.

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"build": "tsc",
"dev-publish": "yalc publish",
"dev-push": "yalc push",
"watch": "tsc-watch --onSuccess \"npm run dev-push\"",
"prepublish": "node ./scripts/prepublish.js && yarn run build"
"watch": "tsc-watch --onSuccess \"yarn run dev-push\"",
"release": "node ./scripts/prepublish.js && yarn run build"
},
"publishConfig": {
"access": "public"
Expand Down
69 changes: 0 additions & 69 deletions packages/multieditor/package-lock.json

This file was deleted.

4 changes: 2 additions & 2 deletions packages/multieditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"build": "tsc",
"dev-publish": "yalc publish",
"dev-push": "yalc push",
"watch": "tsc-watch --onSuccess \"npm run dev-push\"",
"prepublish": "yarn run build"
"watch": "tsc-watch --onSuccess \"yarn run dev-push\"",
"release": "yarn run build"
},
"devDependencies": {
"@agile-ts/core": "file:../core"
Expand Down
Loading