Skip to content

Commit

Permalink
PORTALS-3195
Browse files Browse the repository at this point in the history
- add clean jobs that remove tsbuildinfo
  • Loading branch information
nickgros committed Nov 19, 2024
1 parent 5283de7 commit 52df513
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/markdown-it-synapse-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"table"
],
"scripts": {
"clean": "rimraf ./dist && rimraf *.tsbuildinfo",
"build": "vite build",
"lint": "eslint src/*",
"test": "vitest",
Expand Down
1 change: 1 addition & 0 deletions packages/synapse-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"vitest": "^1.6.0"
},
"scripts": {
"clean": "rimraf ./dist && rimraf *.tsbuildinfo",
"format-spec": "prettier --write src/spec/openapispecification.json",
"get-spec:staging": "npx tsx src/codegen/downloadSpec.ts --stack staging && pnpm format-spec",
"get-spec:production": "npx tsx src/codegen/downloadSpec.ts --stack production && pnpm format-spec",
Expand Down
2 changes: 1 addition & 1 deletion packages/synapse-react-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"whatwg-fetch": "^3.6.20"
},
"scripts": {
"clean": "rimraf dist storybook-static coverage",
"clean": "rimraf dist storybook-static coverage *.tsbuildinfo",
"prepublishOnly": "pnpm install && pnpm nx run synapse-react-client:build",
"start": "storybook dev -p 6060",
"test": "jest",
Expand Down
1 change: 1 addition & 0 deletions packages/synapse-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"license": "Apache-2.0",
"scripts": {
"clean": "rimraf ./dist && rimraf *.tsbuildinfo",
"build": "tsc --build",
"prepublishOnly": "pnpm install && pnpm nx run @sage-bionetworks/synapse-types:build"
},
Expand Down
1 change: 1 addition & 0 deletions packages/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"types": "dist/index.ts",
"scripts": {
"clean": "rimraf ./dist && rimraf *.tsbuildinfo",
"build": "tsc --build"
},
"exports": [
Expand Down

0 comments on commit 52df513

Please sign in to comment.