Skip to content

Commit

Permalink
update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Greegko committed Jun 10, 2023
1 parent 8fb7c5b commit 2b129fd
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
@@ -1,7 +1,7 @@
{
"scripts": {
"start": "concurrently \"npm:*:start\"",
"build": "npm run build:core && npm run build:web",
"build": "npm run core:build && npm run web:build",
"core:start": "npm run build:watch --prefix packages/core",
"core:build": "npm run build --prefix packages/core",
"core:build-test": "npm run build:test --prefix packages/core",
Expand Down

0 comments on commit 2b129fd

Please sign in to comment.