Skip to content

Commit 1ba95f5

Browse files
build(package): enable --failAfterWarnings to rollup build script
1 parent 477b4a2 commit 1ba95f5

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
@@ -7,7 +7,7 @@
77
"module": "index.mjs",
88
"scripts": {
99
"benchmark": "node benchmark",
10-
"build": "rollup --config",
10+
"build": "rollup --config --failAfterWarnings",
1111
"clean": "rimraf dist",
1212
"lint": "eslint --ignore-path .gitignore --ignore-pattern /examples/ .",
1313
"lint:dts": "dtslint .",

0 commit comments

Comments
 (0)