We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3f809 commit 0287b51Copy full SHA for 0287b51
package.json
@@ -6,7 +6,7 @@
6
"main": "lib/cjs/index.js",
7
"module": "lib/esm/index.js",
8
"scripts": {
9
- "prepare": "npm run build",
+ "prepare": "npm run build:lib",
10
"doc": "ENTRYDIR=website kkt build",
11
"start": "ENTRYDIR=website kkt start",
12
"build": "npm run build:lib && npm run doc",
0 commit comments