Skip to content

Commit 73d35c2

Browse files
committed
crdgen: add -f flag to ignore errors
1 parent 4d7376b commit 73d35c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: crdgen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "belly-button -f",
1010
"pretest": "npm run lint && tsc --noEmit",
1111
"test": "node --test --experimental-test-coverage",
12-
"types": "rm lib/*.d.ts && tsc"
12+
"types": "rm -f lib/*.d.ts && tsc"
1313
},
1414
"dependencies": {
1515
"pluralize": "^8.0.0",

0 commit comments

Comments
 (0)