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 e6785bf commit e7b13a6Copy full SHA for e7b13a6
package.json
@@ -7,6 +7,7 @@
7
"typings": "lib/esm/index.d.ts",
8
"homepage": "https://uiwjs.github.io/react-codesandbox/",
9
"scripts": {
10
+ "prepare": "npm run build:lib",
11
"doc": "kkt build --app-src ./website",
12
"start": "kkt start --app-src ./website",
13
"build": "npm run build:lib && npm run doc",
0 commit comments