Skip to content

Commit

Permalink
Merge pull request #440 from mastra-ai/shane/build-publishing-step
Browse files Browse the repository at this point in the history
Add noop build command for admin package
  • Loading branch information
smthomas authored Oct 3, 2024
2 parents 8a2d1e4 + 92699fa commit f8dc0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastra",
"version": "0.1.4",
"version": "0.1.5",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"husky": "^9.1.4",
Expand Down
1 change: 1 addition & 0 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"lint": "next lint",
"typecheck": "tsc --noEmit --incremental",
"clean": "rm -rf dist && rm -rf node_modules && rm -rf .next",
"build": "echo 'Skipping admin build'",
"build:icon": "pnpm dlx tsx scripts/build-icons.js --log=verbose && prettier --write ./src/types/icons.d.ts && prettier --write ./src/components/ui/svg/iconArr.ts",
"build:integrations": "node scripts/build-integrations.mjs --log=verbose"
},
Expand Down

0 comments on commit f8dc0c7

Please sign in to comment.