We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48d4eb commit 73dc280Copy full SHA for 73dc280
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"prebuild": "npm run clean",
22
"build:ts": "rollup -c ./rollup.config.mjs",
23
"build:types": "tsc --project ./tsconfig.build.json --emitDeclarationOnly",
24
- "build": "npm run build:ts && npm run build:type",
+ "build": "npm run build:ts && npm run build:types",
25
"package": "npm pack",
26
"clean": "rm -rf dist stats coverage",
27
"lint": "eslint ./src",
0 commit comments