Skip to content

Commit 7e412ac

Browse files
committed
all: add turbo
1 parent cf344b9 commit 7e412ac

File tree

7 files changed

+82
-93
lines changed

7 files changed

+82
-93
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
.test_auth.json
12
node_modules/
23
dist/
34
block-pack/
45
dev/
56
work/
6-
.test_auth.json
7+
log/
8+
.turbo
9+
vite.config.*.timestamp-*
10+
software/*.tgz

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"version": "1.0.0",
44
"scripts": {
55
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
6-
"build": "rm -rf ./block-pack && block-tools pack"
6+
"build-block": "turbo run build && rm -rf block-pack/* && block-tools pack",
7+
"build-block-force": "turbo run build --force && rm -rf block-pack/* && block-tools pack",
8+
"test-block": "turbo run test --concurrency 1",
9+
"watch": "turbo watch build",
10+
"prepublishOnly": "block-tools pack && block-tools publish -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'"
711
},
812
"files": [
913
"index.d.ts",
@@ -38,7 +42,9 @@
3842
}
3943
},
4044
"devDependencies": {
41-
"@changesets/cli": "catalog:",
42-
"@platforma-sdk/block-tools": "catalog:"
43-
}
45+
"turbo": "catalog:",
46+
"@platforma-sdk/block-tools": "catalog:",
47+
"@changesets/cli": "catalog:"
48+
},
49+
"packageManager": "pnpm@9.12.0"
4450
}

0 commit comments

Comments
 (0)