There was an error while loading. Please reload this page.
1 parent ed9a45a commit 1eca2cbCopy full SHA for 1eca2cb
1 file changed
package.json
@@ -8,7 +8,7 @@
8
},
9
"files": [
10
"readme.md",
11
- "dist"
+ "dist/**/*"
12
],
13
"exports": {
14
"types": "./dist/types/index.d.ts",
@@ -28,6 +28,10 @@
28
"lint:fix": "npm run lint -- --fix",
29
"typecheck": "tsc --project tsconfig.json --noEmit",
30
"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",
35
"postversion": "git push && git push --tags"
36
37
"repository": {
0 commit comments