Skip to content

Commit

Permalink
chore(react-component-tsx): update example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 3, 2021
1 parent eb5f6b7 commit 53673a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/react-component-tsx/package.json
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"doc": "kkt build --app-src ./website",
"start": "kkt start --app-src ./website",
"watch": "tsbb watch",
"watch": "tsbb watch & npm run css:watch",
"build": "tsbb build && npm run css:build",
"css:build": "compile-less -d src -o esm",
"css:watch": "compile-less -d src -o esm --watch",
Expand Down
1 change: 1 addition & 0 deletions example/react-component-tsx/src/react-app-env.d.ts
@@ -0,0 +1 @@
/// <reference types="react-scripts" />

0 comments on commit 53673a7

Please sign in to comment.