Skip to content

Commit

Permalink
Fix cli script
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvandenhout committed Sep 14, 2023
1 parent 6bc6b25 commit 1a489bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"clean": "rm -rf ./dist",
"build": "npx tsc --build && tsc-alias && yarn copy",
"copy:internal": "copyfiles \"src/**/!(*.ts|*.js|*.tsx)\" dist/cli",
"copy:external": "copyfiles \"../src/common/css/**/!(*.ts|*.js|*.tsx)\" \"../src/common/icons/**/!(*.ts|*.js|*.tsx)\" \"../src/next/css/**/!(*.ts|*.js|*.tsx)\" dist/cli",
"copy:external": "copyfiles \"../src/common/css/**/!(*.ts|*.js|*.tsx)\" \"../src/icons/**/(*.ts|*.js|*.tsx)\" \"../static/icons/**/!(*.ts|*.js|*.tsx)\" \"../src/next/css/**/!(*.ts|*.js|*.tsx)\" dist/cli",
"copy": "yarn copy:internal && yarn copy:external",
"watch": "nodemon --watch src --ext '*' --exec yarn build",
"prepack": "yarn build"
Expand Down

0 comments on commit 1a489bc

Please sign in to comment.