Skip to content

Commit

Permalink
all: add turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
Snyssfx committed Nov 11, 2024
1 parent ccee935 commit 6e46075
Show file tree
Hide file tree
Showing 7 changed files with 4,760 additions and 932 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.test_auth.json
node_modules/
dist/
block-pack/
dev/
work/
.test_auth.json
log/
.turbo
vite.config.*.timestamp-*
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.0",
"scripts": {
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
"build": "rm -rf ./block-pack && block-tools pack"
"build-block": "turbo run build && rm -rf block-pack/* && block-tools pack",
"build-block-force": "turbo run build --force && rm -rf block-pack/* && block-tools pack",
"test-block": "turbo run test --concurrency 1",
"watch": "turbo watch build",
"prepublishOnly": "block-tools pack && block-tools publish -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'"
},
"files": [
"index.d.ts",
Expand Down Expand Up @@ -38,7 +42,9 @@
}
},
"devDependencies": {
"@changesets/cli": "catalog:",
"@platforma-sdk/block-tools": "catalog:"
}
"turbo": "catalog:",
"@platforma-sdk/block-tools": "catalog:",
"@changesets/cli": "catalog:"
},
"packageManager": "pnpm@9.12.0"
}
Loading

0 comments on commit 6e46075

Please sign in to comment.