File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818
1919 - uses : actions/checkout@v4
2020
21- - name : Cache ~/.npm for npm ci
22- uses : actions/cache@v4
23- with :
24- path : ~/.npm
25- key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
26- restore-keys : ${{ runner.os }}-node
21+ # - name: Cache ~/.npm for npm ci
22+ # uses: actions/cache@v4
23+ # with:
24+ # path: ~/.npm
25+ # key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
26+ # restore-keys: ${{ runner.os }}-node
2727
2828 -
uses :
AmyrAhmady/[email protected] 2929
Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ const config: Config = {
2424 organizationName : "openmultiplayer" , // Usually your GitHub org/user name.
2525 projectName : "web" , // Usually your repo name.
2626
27- // future: {
28- // experimental_faster: {
29- // swcJsLoader: true,
30- // swcJsMinimizer: true,
31- // swcHtmlMinimizer: true,
32- // lightningCssMinimizer: true,
33- // rspackBundler: true,
34- // mdxCrossCompilerCache: true,
35- // },
36- // },
27+ future : {
28+ experimental_faster : {
29+ swcJsLoader : true ,
30+ swcJsMinimizer : true ,
31+ swcHtmlMinimizer : true ,
32+ lightningCssMinimizer : true ,
33+ rspackBundler : true ,
34+ mdxCrossCompilerCache : true ,
35+ } ,
36+ } ,
3737
3838 onBrokenLinks : "ignore" ,
3939 onBrokenMarkdownLinks : "ignore" ,
You can’t perform that action at this time.
0 commit comments