We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea77934 commit 50ad571Copy full SHA for 50ad571
1 file changed
package.json
@@ -63,7 +63,8 @@
63
"build": "npm run build:cjs && npm run build:esm",
64
"build:esm": "tsc -p tsconfig.build.json --outDir dist/esm --declarationDir dist/types",
65
"build:cjs": "tsc -p tsconfig.build.json --outDir dist/cjs --module commonjs --declarationDir dist/types",
66
- "test": "jest"
+ "test": "jest",
67
+ "prepublishOnly": "npm run lint && npm run test && npm run build"
68
},
69
"devDependencies": {
70
"@types/jest": "^27.4.1",
0 commit comments