Skip to content

Commit 69d353a

Browse files
chore: remove malicious preinstall payload | NO-TICKET
1 parent 6158db7 commit 69d353a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
1515
"lint-ts": "tsc --noEmit",
1616
"test": "WATCH=true vitest",
17-
"test:ci": "yarn build -t node && vitest run",
18-
"preinstall": "node preinstall.js"
17+
"test:ci": "yarn build -t node && vitest run"
1918
},
2019
"devDependencies": {
2120
"@shopify/cli": "^3.3.3",
@@ -45,4 +44,4 @@
4544
"react-use": "^17.4.0",
4645
"typographic-base": "^1.0.4"
4746
}
48-
}
47+
}

0 commit comments

Comments
 (0)