Skip to content

Commit

Permalink
chore(ci): Use test-ci for tldraw
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 24, 2024
1 parent 4d60f52 commit 58a9b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/swc-ecosystem-ci/tests/tldraw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function test(options: RunOptions) {
branch: "main",
beforeInstall: ["corepack enable"],
build: "build",
test: ["test"],
test: ["test-ci"],
agent: "yarn",
});
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"scripts": {
"changelog": "git cliff --output CHANGELOG.md",
"prepare": "husky install && git config feature.manyFiles true && node ./crates/swc_ecma_preset_env/scripts/copy-data.js",
"prepare": "husky install . && git config feature.manyFiles true && node ./crates/swc_ecma_preset_env/scripts/copy-data.js",
"build": "cd ./packages/core && yarn build",
"build:dev": "cd ./packages/core && yarn build:dev",
"build:ts": "cd ./packages/core && yarn build:ts",
Expand Down

0 comments on commit 58a9b9f

Please sign in to comment.