Skip to content

Commit

Permalink
chore: update scripts output dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 29, 2023
1 parent a6e3889 commit e5c0901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"prepare": "npm run build",
"doc": "kkt build --app-src ./website",
"start": "kkt start --app-src ./website",
"watch": "tsbb watch src/*.tsx --useBabel",
"build": "tsbb build src/*.tsx --useBabel"
"watch": "tsbb watch src/*.tsx --useBabel --cjs cjs",
"build": "tsbb build src/*.tsx --useBabel --cjs cjs"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e5c0901

Please sign in to comment.