Skip to content
Snippets Groups Projects
Unverified Commit 5ff41108 authored by Guilherme Gazzo's avatar Guilherme Gazzo Committed by GitHub
Browse files

ci: change arg place to reuse cache (#31800)

parent 475d69dd
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ runs:
echo "Coverage enabled"
fi
yarn build:ci -- --directory /tmp/dist
yarn build:ci
- name: Prepare build
shell: bash
......
......@@ -14,7 +14,7 @@
],
"scripts": {
"start": "meteor",
"build:ci": "METEOR_DISABLE_OPTIMISTIC_CACHING=1 meteor build --server-only",
"build:ci": "METEOR_DISABLE_OPTIMISTIC_CACHING=1 meteor build --server-only --directory /tmp/dist",
"dev": "meteor --exclude-archs \"web.browser.legacy, web.cordova\"",
"dsv": "meteor npm run dev",
"ha": "meteor npm run ha:start",
......
......@@ -2,10 +2,6 @@
"$schema": "https://turborepo.org/schema.json",
"globalDependencies": ["tsconfig.base.json", "tsconfig.base.server.json", "tsconfig.base.client.json"],
"pipeline": {
"build:ci": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment