Skip to content

Commit

Permalink
chore: avoid build on install
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed Apr 3, 2024
1 parent cab2f5a commit 80c3b22
Show file tree
Hide file tree
Showing 19 changed files with 127 additions and 133 deletions.
188 changes: 91 additions & 97 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cdk-amplify-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup src/index.ts --format esm,cjs --dts --watch",
"build": "tsup src/index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
"test": "vitest run --passWithNoTests",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"aws-cdk-lib": ">=2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-bastion-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup src/index.ts --format esm,cjs --dts --watch",
"build": "tsup src/index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
"test": "vitest run --passWithNoTests",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"aws-cdk-lib": ">=2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-cache-invalidator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup src/index.ts --format esm,cjs --dts --watch",
"build": "tsup src/index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
"test": "vitest run --passWithNoTests",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"aws-cdk-lib": ">=2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-mailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup src/index.ts --format esm,cjs --dts --watch",
"build": "tsup src/index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
"test": "vitest run --passWithNoTests",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.231.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup src/index.ts --format esm,cjs --dts --watch",
"build": "tsup src/index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
"test": "vitest run --passWithNoTests",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@codedazur/cdk-amplify-app": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-rpc-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup src/index.ts --format esm,cjs --dts --watch",
"build": "tsup src/index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
"test": "vitest run --passWithNoTests",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"aws-cdk-lib": ">=2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-static-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup src/index.ts --format esm,cjs --dts --watch",
"build": "tsup src/index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
"test": "vitest run --passWithNoTests",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@codedazur/cdk-cache-invalidator": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup index.ts --format esm,cjs --dts --watch",
"build": "tsup index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@codedazur/eslint-config": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup index.ts --format esm,cjs --dts --watch --external react",
"build": "tsup index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
"test": "vitest run --passWithNoTests",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dictionary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup index.ts --format esm,cjs --dts --watch --external react",
"build": "tsup index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup index.ts --format esm,cjs --dts --watch --external react",
"build": "tsup index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup index.ts --format esm,cjs --dts --watch --external react",
"build": "tsup index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
"test": "vitest run --passWithNoTests",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup index.ts --format esm,cjs --dts --watch --external react",
"build": "tsup index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup index.ts --format esm,cjs --dts --watch --external react",
"build": "tsup index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
"test": "vitest run --passWithNoTests",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"access": "public"
},
"scripts": {
"prepare": "npm run build",
"develop": "tsup index.ts --format esm,cjs --dts --watch --external react",
"build": "tsup index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-parallax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup index.ts --format esm,cjs --dts --watch --external react",
"build": "tsup index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
"test": "vitest run --passWithNoTests",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-preferences/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup index.ts --format esm,cjs --dts --watch --external react",
"build": "tsup index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
"test": "vitest run --passWithNoTests",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-tracking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"develop": "tsup index.ts --format esm,cjs --dts --watch --external react",
"build": "tsup index.ts --format esm,cjs --dts",
"audit": "npm audit --omit dev",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"types": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
"test": "vitest run --passWithNoTests",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down

0 comments on commit 80c3b22

Please sign in to comment.