This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-11
lines changed
composite-actions/install Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 34
34
${{ runner.os }}-pnpm-cypress-
35
35
${{ runner.os }}-pnpm-store-
36
36
37
- # - uses: actions/cache@v3
38
- # name: Setup pnpm cache
39
- # with:
40
- # path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
41
- # key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
42
- # restore-keys: |
43
- # ${{ runner.os }}-pnpm-store-
44
-
45
37
- name : Setup Node.js
46
38
uses : actions/setup-node@v3
47
39
with :
Original file line number Diff line number Diff line change 13
13
name : Build
14
14
runs-on : ubuntu-latest
15
15
env :
16
- NODE_OPTIONS : " --max-old-space-size=16384"
16
+ # NODE_OPTIONS: "--max-old-space-size=16384"
17
17
TURBO_TOKEN : ${{ secrets.TURBO_TOKEN }}
18
18
TURBO_TEAM : ${{ secrets.TURBO_TEAM }}
19
19
Original file line number Diff line number Diff line change 17
17
"author" :
" Jonathan Bakebwa [email protected] " ,
18
18
"license" : " MIT" ,
19
19
"scripts" : {
20
- "prebuild" : " nuxt-module-build --stub && nuxi prepare playground" ,
21
- "prebuild:fast" : " nuxt-module-build --stub && nuxi prepare playground" ,
20
+ "prepare:playground" : " nuxi prepare playground" ,
21
+ "prebuild" : " pnpm prepare:playground" ,
22
+ "prebuild:fast" : " pnpm prepare:playground" ,
22
23
"clean" : " rimraf dist .turbo" ,
23
24
"build" : " nuxt-module-build" ,
24
25
"build:fast" : " nuxt-module-build" ,
You can’t perform that action at this time.
0 commit comments