We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ed77e commit 3cbaab7Copy full SHA for 3cbaab7
1 file changed
package.json
@@ -24,7 +24,7 @@
24
"scripts": {
25
"start": "npm run storybook",
26
"prepare": "husky",
27
- "build": "rm -rf dist && rollupT --config scripts/rollup.config.ts --configPlugin typescript --configImportAttributesKey with",
+ "build": "rm -rf dist && rollup --config scripts/rollup.config.ts --configPlugin typescript --configImportAttributesKey with",
28
"lint": "eslint --report-unused-disable-directives --max-warnings 0 .",
29
"lint:fix": "eslint --fix .",
30
"lint:staged": "lint-staged",
0 commit comments