Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 3de4a03

Browse files
committed
fix(ci): restore turborepo for github action
restores turbo repo and pnpm workspace for running the ci and tests while pushing
1 parent 4e82dc2 commit 3de4a03

File tree

4 files changed

+3806
-16499
lines changed

4 files changed

+3806
-16499
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"license": "Apache-2.0",
77
"private": true,
88
"scripts": {
9-
"build": "turbo run build --concurrency=100%",
9+
"build": "turbo run build --filter=@hypercerts-org/contracts --concurrency=100%",
1010
"copy": "pnpm copy:docs && pnpm copy:html",
1111
"copy:docs": "mkdir -p ./build/docs/ && cp -r ./docs/build/* ./build/docs/",
1212
"format:staged": "lint-staged",
13-
"lint": "turbo run lint --concurrency=100%",
13+
"lint": "turbo run lint --filter=@hypercerts-org/contracts --concurrency=100%",
1414
"serve:build": "pnpm serve build",
15-
"test": "turbo run test --concurrency=1",
15+
"test": "turbo run test --filter=@hypercerts-org/contracts --concurrency=1",
1616
"prepare": "husky install"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)