Skip to content

Commit 6cef4e7

Browse files
committed
chore: remove npm scripts
1 parent 17c27d6 commit 6cef4e7

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
pnpm-lock.yaml

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@
2424
"files": [
2525
"types"
2626
],
27-
"scripts": {
28-
"prepare": "echo 'Nothing to build; types are generated by CI.'",
29-
"prepublishOnly": "test -d types || (echo '❌ Missing types directory' && exit 1)"
30-
},
27+
"scripts": {},
3128
"engines": {
3229
"node": ">=18"
3330
},

0 commit comments

Comments
 (0)