Skip to content

Commit

Permalink
fix: 🐛 fix build script rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 24, 2021
1 parent f9e65bb commit 69690c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"jsdelivr": "dist/vue-quill.global.js",
"types": "dist/vue-quill.d.ts",
"scripts": {
"lib:dev": " npm run theme:dev && rollup -c rollup.config1.ts -w",
"lib:build": "npm run theme:build && rollup -c rollup.config1.ts && npm run lib:types",
"lib:dev": " npm run theme:dev && rollup -c rollup.config.ts -w",
"lib:build": "npm run theme:build && rollup -c rollup.config.ts && npm run lib:types",
"lib:types": "api-extractor run --local --verbose",
"docs:dev": "cd docs && npm run dev",
"docs:build": "cd docs && npm run build",
Expand Down Expand Up @@ -85,4 +85,4 @@
"stylus": "^0.54.8",
"typescript": "^4.2.3"
}
}
}

0 comments on commit 69690c6

Please sign in to comment.