Commit 732b358 1 parent d94d312 commit 732b358 Copy full SHA for 732b358
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ jobs:
30
30
- name : Install dependencies
31
31
run : pnpm install --frozen-lockfile
32
32
33
- # - name: Build
34
- # if: ${{ inputs.cacheKey == '' }}
35
- # run: pnpm build
33
+ - name : Build
34
+ if : ${{ inputs.cacheKey == '' }}
35
+ run : pnpm build
36
36
37
- # - name: Restore cached build artifacts
38
- # if: ${{ inputs.cacheKey != '' }}
39
- # uses: actions/cache/[email protected]
40
- # with:
41
- # path: ./packages/**/dist
42
- # key: ${{ inputs.cacheKey }}
37
+ - name : Restore cached build artifacts
38
+ if : ${{ inputs.cacheKey != '' }}
39
+ uses :
actions/cache/[email protected]
40
+ with :
41
+ path : ./packages/**/dist
42
+ key : ${{ inputs.cacheKey }}
43
43
44
44
- name : Benchmark
45
45
uses : CodSpeedHQ/action@v2
You can’t perform that action at this time.
0 commit comments