Skip to content

Commit

Permalink
add copy step
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Dec 2, 2024
1 parent 6d05d73 commit b6a258e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
},
"scripts": {
"build": "pnpm run build:transpile && pnpm run build:prefix",
"build": "pnpm run build:transpile && pnpm run build:prefix && pnpm run build:copy",
"build:transpile": "tsc",
"build:prefix": "node ./scripts/addUnoInclude.mjs",
"build:copy": "node ./scripts/copyCss.mjs",
Expand Down

0 comments on commit b6a258e

Please sign in to comment.