Skip to content

Commit

Permalink
ci: remove prepare scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Jul 17, 2021
1 parent 594dafc commit f5f2737
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/adapter-netlify/package.json
Expand Up @@ -8,7 +8,6 @@
"dist"
],
"scripts": {
"prepare": "pnpm build",
"build": "node scripts/build && pnpx tsc --emitDeclarationOnly",
"typecheck": "pnpx tsc --noEmit",
"test": "tap test.ts --ts --coverage-report=text-lcov --no-check-coverage"
Expand Down
1 change: 0 additions & 1 deletion packages/html/package.json
Expand Up @@ -8,7 +8,6 @@
"dist"
],
"scripts": {
"prepare": "pnpm build",
"build": "node scripts/build && pnpx tsc --emitDeclarationOnly",
"typecheck": "pnpx tsc --noEmit"
},
Expand Down
1 change: 0 additions & 1 deletion packages/load/package.json
Expand Up @@ -8,7 +8,6 @@
"dist"
],
"scripts": {
"prepare": "pnpm build",
"build": "node scripts/build && pnpx tsc --emitDeclarationOnly",
"typecheck": "pnpx tsc --noEmit"
},
Expand Down
1 change: 0 additions & 1 deletion packages/presta/package.json
Expand Up @@ -8,7 +8,6 @@
"presta": "cli.js"
},
"scripts": {
"prepare": "pnpm build",
"build": "node scripts/build",
"cloc": "pnpx cloc lib/*.ts",
"typecheck": "pnpx tsc --noEmit"
Expand Down

0 comments on commit f5f2737

Please sign in to comment.