File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed
Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ---
Original file line number Diff line number Diff line change 1414 with :
1515 path : ~/.local/share/pnpm/store/v4
1616 key : ${{ runner.os }}-node-${{ inputs.node-version }}-pnpm-${{ inputs.pnpm-version }}-lock-${{ hashFiles('**/pnpm-lock.yaml') }}
17- restore-keys : |
18- ${{ runner.os }}-pnpm
17+
18+ - name : Cache Build
19+ uses : actions/cache@v3
20+ with :
21+ path : .turbo
22+ key : ${{ runner.os }}-turbo-${{ github.sha }}
1923
2024 - name : Setup Node.js
2125 uses : actions/setup-node@v2
Original file line number Diff line number Diff line change 1414 with :
1515 path : ~/.local/share/pnpm/store/v4
1616 key : ${{ runner.os }}-node-${{ inputs.node-version }}-pnpm-${{ inputs.pnpm-version }}-lock-${{ hashFiles('**/pnpm-lock.yaml') }}
17- restore-keys : |
18- ${{ runner.os }}-pnpm
17+
18+ - name : Cache Build
19+ uses : actions/cache@v3
20+ with :
21+ path : .turbo
22+ key : ${{ runner.os }}-turbo-${{ github.sha }}
1923
2024 - name : Setup Node.js
2125 uses : actions/setup-node@v2
Original file line number Diff line number Diff line change 1212 "scripts" : {
1313 "dan" : " tsx ./scripts/release-unpublish.ts" ,
1414 "dev" : " nodemon --config nodemon.config.json -x 'pnpm build:packages'" ,
15- "build" : " turbo run build" ,
15+ "build" : " turbo run build --cache-dir=.turbo " ,
1616 "build:packages" : " turbo run build --filter=!docs" ,
1717 "ci:test" : " ./scripts/ci-test.sh" ,
1818 "pretest" : " turbo run pretest" ,
You can’t perform that action at this time.
0 commit comments