Skip to content

Commit

Permalink
e Removes npm publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
jwloka committed Apr 19, 2024
1 parent d433759 commit 82658ab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"license:check": "license-check-and-add check -f license-config.json",
"license:add": "license-check-and-add add -f license-config.json",
"license:remove": "license-check-and-add remove -f license-config.json",
"preinstall": "npx only-allow pnpm",
"publish-npm": "nx run-many --target=publish-npm"
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@cucumber/gherkin": "^28.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"watch:test": "jest --watch",
"test": "jest --coverage --passWithNoTests",
"test:update-snapshots": "pnpm test -u",
"dist": "pnpm clean && pnpm lint && pnpm test && cross-env-shell NODE_ENV=production \"pnpm build\"",
"publish-npm": "npm publish --access public"
"dist": "pnpm clean && pnpm lint && pnpm test && cross-env-shell NODE_ENV=production \"pnpm build\""
},
"devDependencies": {
"@eslint/js": "^9.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"watch:test": "jest --watch",
"test": "jest --coverage",
"test:update-snapshots": "pnpm test -u",
"dist": "cross-env-shell NODE_ENV=production \"pnpm clean && pnpm lint && pnpm test && pnpm build\"",
"publish-npm": "npm publish --access public"
"dist": "cross-env-shell NODE_ENV=production \"pnpm clean && pnpm lint && pnpm test && pnpm build\""
},
"devDependencies": {
"@eslint/js": "^9.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"watch:test": "jest --watch",
"test": "jest --coverage",
"test:update-snapshots": "pnpm test -u",
"dist": "cross-env-shell NODE_ENV=production \"pnpm clean && pnpm lint && pnpm test && pnpm build\"",
"publish-npm": "npm publish --access public"
"dist": "cross-env-shell NODE_ENV=production \"pnpm clean && pnpm lint && pnpm test && pnpm build\""
},
"devDependencies": {
"@eslint/js": "^9.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"watch": "tsc --watch",
"watch:test": "jest --watch",
"test": "jest --coverage",
"dist": "pnpm clean && pnpm lint && pnpm test && cross-env-shell NODE_ENV=production \"pnpm build\"",
"publish-npm": "npm publish --access public"
"dist": "pnpm clean && pnpm lint && pnpm test && cross-env-shell NODE_ENV=production \"pnpm build\""
},
"dependencies": {
"@quatico/websmith-api": "workspace:^",
Expand Down

0 comments on commit 82658ab

Please sign in to comment.