Skip to content

Commit

Permalink
chore: Remove only-allow so builds stop failing
Browse files Browse the repository at this point in the history
  • Loading branch information
lanesawyer committed Dec 19, 2024
1 parent fb9bee4 commit 13eb3cf
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"types": "lib/index.d.ts",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"typecheck": "tsc --noEmit",
"dev": "vite"
},
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@alleninstitute/vis",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "pnpm -r run --no-bail build",
"watch": "pnpm -r run watch",
"fmt": "npx prettier . --write",
Expand Down
1 change: 0 additions & 1 deletion packages/dzi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dist"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"typecheck": "tsc --noEmit",
"build": "parcel build --no-cache",
"watch": "parcel watch",
Expand Down
1 change: 0 additions & 1 deletion packages/geometry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"dist"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"typecheck": "tsc --noEmit",
"build": "parcel build --no-cache",
"watch": "parcel watch",
Expand Down
1 change: 0 additions & 1 deletion packages/omezarr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dist"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"typecheck": "tsc --noEmit",
"build": "parcel build --no-cache",
"dev": "vite",
Expand Down
1 change: 0 additions & 1 deletion packages/scatterbrain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"dist"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"typecheck": "tsc --noEmit",
"build": "parcel build --no-cache",
"watch": "parcel watch",
Expand Down

0 comments on commit 13eb3cf

Please sign in to comment.