Skip to content

Commit

Permalink
fix(plugin): Fix huge nx plugin release config
Browse files Browse the repository at this point in the history
  • Loading branch information
jogelin committed Dec 16, 2024
1 parent 6692239 commit 296fa1f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
"version": "0.0.0",
"license": "MIT",
"scripts": {
"create:huge-angular-mf": "npx ts-node ./tools/scripts/publish-local.ts huge-angular-mf",
"create:huge-angular-full-stack": "npx ts-node ./tools/scripts/publish-local.ts huge-angular-full-stack",
"create:nx-preset-angular-monorepo": "npx ts-node ./tools/scripts/publish-local.ts nx-preset-angular-monorepo",
"create:nx-preset-angular-monorepo-v18": "npx ts-node ./tools/scripts/publish-local.ts nx-preset-angular-monorepo-v18",
"create:nx-preset-react-monorepo": "npx ts-node ./tools/scripts/publish-local.ts nx-preset-react-monorepo"
"dev": "node ./tools/scripts/publish-local.mjs"
},
"private": true,
"repository": {
Expand Down

0 comments on commit 296fa1f

Please sign in to comment.