Skip to content

Commit

Permalink
fix: copy assets
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Feb 6, 2024
1 parent c2bd3a5 commit db60595
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 21,7 @@
"lint": "yarn workspace jan lint && yarn workspace jan-web lint",
"test:unit": "yarn workspace @janhq/core test",
"test": "yarn workspace jan test:e2e",
"copy:assets": "cpx \"models/**\" \"electron/models/\" && cpx \"docs/openapi/**\" \"electron/docs/openapi\"",
"copy:assets": "cpx \"models/**\" \"electron/models/\" && cpx \"pre-install\" \"electron/pre-install\" && cpx \"docs/openapi/**\" \"electron/docs/openapi\"",
"dev:electron": "yarn copy:assets && yarn workspace jan dev",
"dev:web": "yarn workspace jan-web dev",
"dev:server": "yarn copy:assets && yarn workspace @janhq/server dev",
Expand Down
File renamed without changes.

0 comments on commit db60595

Please sign in to comment.