Skip to content

Commit 73dc280

Browse files
revert: Revert the test failure scenario
1 parent c48d4eb commit 73dc280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prebuild": "npm run clean",
2222
"build:ts": "rollup -c ./rollup.config.mjs",
2323
"build:types": "tsc --project ./tsconfig.build.json --emitDeclarationOnly",
24-
"build": "npm run build:ts && npm run build:type",
24+
"build": "npm run build:ts && npm run build:types",
2525
"package": "npm pack",
2626
"clean": "rm -rf dist stats coverage",
2727
"lint": "eslint ./src",

0 commit comments

Comments
 (0)