Skip to content

Commit

Permalink
chore(packages/ui): add missing build script
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Dec 23, 2023
1 parent f306070 commit 6fdf831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts --external react"
"dev": "tsup src/index.ts --format esm,cjs --watch --dts --external react",
"build": "tsup src/index.ts --format esm,cjs --dts --external react"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 6fdf831

Please sign in to comment.