Skip to content

Commit bb6336a

Browse files
committed
fix: add type params to class name
1 parent 1ed3051 commit bb6336a

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
@@ -38,7 +38,7 @@
3838
"rollup.prod": "rollup --config --config-prod",
3939
"rollup.prod.ci": "rollup --config --config-prod --config-ci",
4040
"rollup.watch": "rollup --watch --config",
41-
"start": "npm run watch",
41+
"start": "npm run watch",
4242
"test": "jest --coverage",
4343
"test.analysis": "cd test && npm run analysis.build-and-analyze",
4444
"test.bundlers": "cd test && npm run bundlers",

0 commit comments

Comments
 (0)