Skip to content

Commit

Permalink
[test] disable turbo cache temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain89 committed Nov 3, 2023
1 parent bdf1d56 commit 28a1ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Kadena JS monorepo",
"license": "ISC",
"scripts": {
"build": "turbo run build",
"build": "turbo run build --force",
"format": "pnpm run /^format:.*/",
"format:md": "remark *.md docs/*.md -o --use @kadena-dev/markdown",
"format:pkgs": "tsx packages/tools/scripts/generate-packages-json.ts",
Expand All @@ -15,7 +15,7 @@
"lint": "syncpack list-mismatches && prettier . \"!packages\" --cache --check",
"publish": "changeset publish",
"select": "git checkout .changeset/config.json && tsx --no-warnings ./packages/tools/scripts/publish-set.ts",
"test": "turbo run test",
"test": "turbo run test --force",
"test:e2e": "turbo run test:e2e",
"test:integration": "turbo run test:integration",
"version": "changeset version && pnpm run format:pkgs"
Expand Down

0 comments on commit 28a1ff4

Please sign in to comment.