Skip to content

Commit

Permalink
core: update monorepo scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-rakhmanov committed Oct 8, 2024
1 parent f065230 commit 3169a3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/next-js-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "CI=true pnpm run /^test:/",
"test": "pnpm run /^test:/",
"test:typecheck": "tsc --noEmit"
},
"dependencies": {
Expand All @@ -17,7 +17,7 @@
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@ston-fi/omniston-sdk-react": "^0.1.1",
"@ston-fi/omniston-sdk-react": "workspace:*",
"@tanstack/react-query": "^5.49.2",
"@tonconnect/ui-react": "^2.0.6",
"@vercel/analytics": "^1.3.1",
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"prepare": "lefthook install",
"cleanup": "rm -rf .turbo node_modules ./{examples,packages}/**/{.next,.turbo,node_modules,dist}",
"lint": "biome lint ./*",
"format": "biome format ./*"
"format": "biome format ./*",
"test": "turbo run test",
"build" : "turbo run build",
"build:packages" : "turbo run build --filter=./packages/*",
"build:examples" : "turbo run build --filter=./examples/*"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3169a3f

Please sign in to comment.