Skip to content

Commit

Permalink
ci: build core before demo
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Feb 16, 2024
1 parent ac43efa commit 33926ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"publish": "cd packages/core && npx --no-install semantic-release -e semantic-release-monorepo"
},
"workspaces": [
"demo",
"packages/*"
"packages/*",
"demo"
],
"devDependencies": {
"@types/node": "^18.16.3",
Expand Down

0 comments on commit 33926ac

Please sign in to comment.