Skip to content

Commit 69690c6

Browse files
committed
fix: 🐛 fix build script rollup config
1 parent f9e65bb commit 69690c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"jsdelivr": "dist/vue-quill.global.js",
5151
"types": "dist/vue-quill.d.ts",
5252
"scripts": {
53-
"lib:dev": " npm run theme:dev && rollup -c rollup.config1.ts -w",
54-
"lib:build": "npm run theme:build && rollup -c rollup.config1.ts && npm run lib:types",
53+
"lib:dev": " npm run theme:dev && rollup -c rollup.config.ts -w",
54+
"lib:build": "npm run theme:build && rollup -c rollup.config.ts && npm run lib:types",
5555
"lib:types": "api-extractor run --local --verbose",
5656
"docs:dev": "cd docs && npm run dev",
5757
"docs:build": "cd docs && npm run build",
@@ -85,4 +85,4 @@
8585
"stylus": "^0.54.8",
8686
"typescript": "^4.2.3"
8787
}
88-
}
88+
}

0 commit comments

Comments
 (0)