Skip to content

Commit 719638f

Browse files
ci: Testing failure scenario
1 parent ca479b1 commit 719638f

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:types",
24+
"build": "npm run build:ts && npm run build:type",
2525
"package": "npm pack",
2626
"clean": "rm -rf dist stats coverage",
2727
"lint": "eslint ./src",

0 commit comments

Comments
 (0)