Skip to content

Commit 0c63670

Browse files
authored
chore: Remove only-allow so builds stop failing (#47)
1 parent fb9bee4 commit 0c63670

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

examples/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"types": "lib/index.d.ts",
3030
"private": true,
3131
"scripts": {
32-
"preinstall": "npx only-allow pnpm",
3332
"typecheck": "tsc --noEmit",
3433
"dev": "vite"
3534
},

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@alleninstitute/vis",
33
"scripts": {
4-
"preinstall": "npx only-allow pnpm",
54
"build": "pnpm -r run --no-bail build",
65
"watch": "pnpm -r run watch",
76
"fmt": "npx prettier . --write",

packages/dzi/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"dist"
2929
],
3030
"scripts": {
31-
"preinstall": "npx only-allow pnpm",
3231
"typecheck": "tsc --noEmit",
3332
"build": "parcel build --no-cache",
3433
"watch": "parcel watch",

packages/geometry/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"dist"
3333
],
3434
"scripts": {
35-
"preinstall": "npx only-allow pnpm",
3635
"typecheck": "tsc --noEmit",
3736
"build": "parcel build --no-cache",
3837
"watch": "parcel watch",

packages/omezarr/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"dist"
2929
],
3030
"scripts": {
31-
"preinstall": "npx only-allow pnpm",
3231
"typecheck": "tsc --noEmit",
3332
"build": "parcel build --no-cache",
3433
"dev": "vite",

packages/scatterbrain/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"dist"
3333
],
3434
"scripts": {
35-
"preinstall": "npx only-allow pnpm",
3635
"typecheck": "tsc --noEmit",
3736
"build": "parcel build --no-cache",
3837
"watch": "parcel watch",

0 commit comments

Comments
 (0)