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
Tags 6.0.0-rc.10
No related merge requests found
...@@ -115,7 +115,7 @@ runs: ...@@ -115,7 +115,7 @@ runs:
echo "Coverage enabled" echo "Coverage enabled"
fi fi
yarn build:ci -- --directory /tmp/dist yarn build:ci
- name: Prepare build - name: Prepare build
shell: bash shell: bash
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
], ],
"scripts": { "scripts": {
"start": "meteor", "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\"", "dev": "meteor --exclude-archs \"web.browser.legacy, web.cordova\"",
"dsv": "meteor npm run dev", "dsv": "meteor npm run dev",
"ha": "meteor npm run ha:start", "ha": "meteor npm run ha:start",
......
...@@ -2,10 +2,6 @@ ...@@ -2,10 +2,6 @@
"$schema": "https://turborepo.org/schema.json", "$schema": "https://turborepo.org/schema.json",
"globalDependencies": ["tsconfig.base.json", "tsconfig.base.server.json", "tsconfig.base.client.json"], "globalDependencies": ["tsconfig.base.json", "tsconfig.base.server.json", "tsconfig.base.client.json"],
"pipeline": { "pipeline": {
"build:ci": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"build": { "build": {
"dependsOn": ["^build"], "dependsOn": ["^build"],
"outputs": ["dist/**"] "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