Skip to content

Commit

Permalink
fix: production CI workflow does not populate models (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan authored Dec 5, 2023
1 parent aa8e700 commit babd1a0
Showing 1 changed file 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 @@ -38,7 +38,7 @@
"build:extensions": "run-script-os",
"build:test": "yarn build:web && yarn workspace jan build:test",
"build": "yarn build:web && yarn build:electron",
"build:publish": "yarn build:web && yarn workspace jan build:publish"
"build:publish": "cpx \"models/**\" \"electron/models/\" && yarn build:web && yarn workspace jan build:publish"
},
"devDependencies": {
"concurrently": "^8.2.1",
Expand Down

0 comments on commit babd1a0

Please sign in to comment.