Skip to content

Commit 3cbaab7

Browse files
committed
fix(deps): update dependencies
1 parent 51ed77e commit 3cbaab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"scripts": {
2525
"start": "npm run storybook",
2626
"prepare": "husky",
27-
"build": "rm -rf dist && rollupT --config scripts/rollup.config.ts --configPlugin typescript --configImportAttributesKey with",
27+
"build": "rm -rf dist && rollup --config scripts/rollup.config.ts --configPlugin typescript --configImportAttributesKey with",
2828
"lint": "eslint --report-unused-disable-directives --max-warnings 0 .",
2929
"lint:fix": "eslint --fix .",
3030
"lint:staged": "lint-staged",

0 commit comments

Comments
 (0)