Skip to content

Commit 1eca2cb

Browse files
author
devgioele
committed
fix package.json
1 parent ed9a45a commit 1eca2cb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"files": [
1010
"readme.md",
11-
"dist"
11+
"dist/**/*"
1212
],
1313
"exports": {
1414
"types": "./dist/types/index.d.ts",
@@ -28,6 +28,10 @@
2828
"lint:fix": "npm run lint -- --fix",
2929
"typecheck": "tsc --project tsconfig.json --noEmit",
3030
"checks": "npm run lint && npm run typecheck",
31+
"prepublishOnly": "npm run checks",
32+
"prepare": "npm run build",
33+
"preversion": "npm run checks",
34+
"version": "git add -A src",
3135
"postversion": "git push && git push --tags"
3236
},
3337
"repository": {

0 commit comments

Comments
 (0)