Skip to content

Commit

Permalink
Don't build examples on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Jan 21, 2024
1 parent 3649b42 commit 5b4918e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"type": "module",
"main": "index.js",
"scripts": {
"build": "turbo run build",
"build": "turbo run --filter '@inox-tools/*' build",
"format": "pnpm run format:code",
"format:code": "prettier -w \"**/*\" --ignore-unknown --cache",
"format:imports": "organize-imports-cli ./packages/*/tsconfig.json ./packages/*/*/tsconfig.json",
"lint": "eslint . --report-unused-disable-directives",
"release": "pnpm run build && changeset publish",
"test": "turbo run test --concurrency=1",
"version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run format"
"version": "changeset version"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand Down

0 comments on commit 5b4918e

Please sign in to comment.