Skip to content

Commit

Permalink
chore(repo): Remove prepublishOnly scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Jun 8, 2023
1 parent eea47c1 commit cbb8f3e
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
TURBO_REMOTE_ONLY: true
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions packages/clerk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
"dev:headless": "webpack serve --config webpack.config.js --env variant=\"clerk.headless.browser\"",
"clean": "rimraf ./dist",
"lint": "eslint .",
"prepublishOnly": "npm run build",
"postpublish": "node ./scripts/purge-cache.mjs",
"start": "echo \"Noop\"",
"test": "jest",
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
Expand Down
1 change: 0 additions & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"dist"
],
"scripts": {
"prepublishOnly": "npm run build",
"dev": "tsup --watch",
"build": "tsup --env.NODE_ENV production",
"clean": "rimraf ./dist",
Expand Down
1 change: 0 additions & 1 deletion packages/gatsby-plugin-clerk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"api.d.ts"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch",
"clean": "rimraf ./dist",
Expand Down
1 change: 0 additions & 1 deletion packages/localizations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"dist"
],
"scripts": {
"prepublishOnly": "npm run build",
"dev": "tsup --watch",
"build": "tsup --env.NODE_ENV production",
"clean": "rimraf ./dist",
Expand Down
1 change: 0 additions & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"scripts": {
"build": "npm run clean && tsup && npm run build:declarations",
"build:declarations": "tsc -p tsconfig.declarations.json",
"prepublishOnly": "npm run build",
"clean": "rimraf ./dist",
"lint": "eslint .",
"test": "jest",
Expand Down
1 change: 0 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"publish:local": "npx yalc push --replace --sig",
"clean": "rimraf ./dist",
"lint": "eslint .",
"prepublishOnly": "npm run build",
"test:coverage": "echo \"Error: no test specified yet\"",
"test": "jest"
},
Expand Down
1 change: 0 additions & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"ssr.server.js"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch",
"clean": "rimraf ./dist",
Expand Down
1 change: 0 additions & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"dist"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -p tsconfig.json",
"dev": "tsc -p tsconfig.json --watch",
"clean": "rimraf ./dist",
Expand Down

0 comments on commit cbb8f3e

Please sign in to comment.