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 6315d4e commit 033c70fCopy full SHA for 033c70f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uiw/react-code-preview",
3
- "version": "1.2.1",
+ "version": "1.2.2",
4
"description": "Code edit preview for React.",
5
"author": "Kenny Wang <wowohoo@qq.com>",
6
"main": "lib/cjs/index.js",
@@ -14,7 +14,7 @@
14
"watch:ts": "tsbb watch --target react",
15
"build:ts": "tsbb build --target react",
16
"build:css": "compile-less -d src -o lib/esm",
17
- "deploy": "gh-pages -d dist --git git",
+ "deploy": "npm run doc:build && gh-pages -d dist --git git",
18
"test": "tsbb test --env=jsdom",
19
"coverage": "tsbb test --env=jsdom --coverage",
20
"doc": "kkt start",
0 commit comments