File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed
defaults/vcs/github/workflows Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 36
36
uses : actions/cache@v4
37
37
with :
38
38
path : node_modules
39
- key : node-modules-${{ hashFiles('**/bun.lockb ') }}
39
+ key : node-modules-${{ hashFiles('**/bun.lock ') }}
40
40
restore-keys : |
41
41
node-modules-
42
42
65
65
uses : actions/cache@v4
66
66
with :
67
67
path : node_modules
68
- key : node-modules-${{ hashFiles('**/bun.lockb ') }}
68
+ key : node-modules-${{ hashFiles('**/bun.lock ') }}
69
69
restore-keys : |
70
70
node-modules-
71
71
@@ -117,7 +117,7 @@ jobs:
117
117
uses : actions/cache@v4
118
118
with :
119
119
path : node_modules
120
- key : node-modules-${{ hashFiles('**/bun.lockb ') }}
120
+ key : node-modules-${{ hashFiles('**/bun.lock ') }}
121
121
restore-keys : |
122
122
node-modules-
123
123
@@ -161,7 +161,7 @@ jobs:
161
161
uses : actions/cache@v4
162
162
with :
163
163
path : node_modules
164
- key : node-modules-${{ hashFiles('**/bun.lockb ') }}
164
+ key : node-modules-${{ hashFiles('**/bun.lock ') }}
165
165
restore-keys : |
166
166
node-modules-
167
167
@@ -196,7 +196,7 @@ jobs:
196
196
uses : actions/cache@v4
197
197
with :
198
198
path : node_modules
199
- key : node-modules-${{ hashFiles('**/bun.lockb ') }}
199
+ key : node-modules-${{ hashFiles('**/bun.lock ') }}
200
200
restore-keys : |
201
201
node-modules-
202
202
@@ -220,7 +220,7 @@ jobs:
220
220
uses : actions/cache@v4
221
221
with :
222
222
path : node_modules
223
- key : node-modules-${{ hashFiles('**/bun.lockb ') }}
223
+ key : node-modules-${{ hashFiles('**/bun.lock ') }}
224
224
restore-keys : |
225
225
node-modules-
226
226
Original file line number Diff line number Diff line change 23
23
uses : actions/cache@v4
24
24
with :
25
25
path : node_modules
26
- key : node-modules-${{ hashFiles('**/bun.lockb ') }}
26
+ key : node-modules-${{ hashFiles('**/bun.lock ') }}
27
27
restore-keys : |
28
28
node-modules-
29
29
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ const sidebar = {
210
210
} ,
211
211
{ text : 'Unit & Feature Tests' , link : '/bootcamp/how-to/testing' } ,
212
212
{
213
- text : 'Review bun.lockb Diff' ,
213
+ text : 'Review bun.lock Diff' ,
214
214
link : '/bootcamp/how-to/bun-lockb' ,
215
215
} ,
216
216
] ,
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ disableManifest = false
44
44
45
45
[install .lockfile ]
46
46
47
- # path to read bun.lockb from
48
- path = " bun.lockb "
47
+ # path to read bun.lock from
48
+ path = " bun.lock "
49
49
50
- # path to save bun.lockb to
51
- savePath = " bun.lockb "
50
+ # path to save bun.lock to
51
+ savePath = " bun.lock "
52
52
53
53
# whether to save the lockfile to disk
54
54
save = true
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export enum NpmScript {
8
8
BuildFunctions = 'build:functions' ,
9
9
BuildDocs = 'build:docs' ,
10
10
BuildStacks = 'build:stacks' ,
11
- Clean = 'bunx --bun rimraf bun.lockb node_modules/ stacks/**/dist' ,
11
+ Clean = 'bunx --bun rimraf bun.lock node_modules/ stacks/**/dist' ,
12
12
Dev = 'dev' ,
13
13
DevApi = 'dev:api' ,
14
14
DevDocs = 'dev:docs' ,
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ result.isErr() // false
55
55
### Example #2
56
56
57
57
``` js
58
- const command = ' bunx --bun rimraf ./bun.lockb ./node_modules ./core/**/dist'
58
+ const command = ' bunx --bun rimraf ./bun.lock ./node_modules ./core/**/dist'
59
59
const result = await runCommand (command, options)
60
60
61
61
if (result .isOk ()) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { path as p } from '@stacksjs/path'
2
2
3
3
export async function cleanProject ( ) : Promise < void > {
4
4
const $ = Bun . $
5
- await $ `rm -rf ${ p . projectPath ( 'bun.lockb ' ) } `
5
+ await $ `rm -rf ${ p . projectPath ( 'bun.lock ' ) } `
6
6
await $ `rm -rf ${ p . projectPath ( 'yarn.lock' ) } ` // just in case
7
7
await $ `rm -rf ${ p . projectPath ( 'node_modules/' ) } `
8
8
await $ `rm -rf ${ p . frameworkPath ( 'dist' ) } `
Original file line number Diff line number Diff line change 33
33
uses : actions/cache@v4
34
34
with :
35
35
path : node_modules
36
- key : node-modules-${{ hashFiles('**/bun.lockb ') }}
36
+ key : node-modules-${{ hashFiles('**/bun.lock ') }}
37
37
restore-keys : |
38
38
node-modules-
39
39
62
62
uses : actions/cache@v4
63
63
with :
64
64
path : node_modules
65
- key : node-modules-${{ hashFiles('**/bun.lockb ') }}
65
+ key : node-modules-${{ hashFiles('**/bun.lock ') }}
66
66
restore-keys : |
67
67
node-modules-
68
68
94
94
uses : actions/cache@v4
95
95
with :
96
96
path : node_modules
97
- key : node-modules-${{ hashFiles('**/bun.lockb ') }}
97
+ key : node-modules-${{ hashFiles('**/bun.lock ') }}
98
98
restore-keys : |
99
99
node-modules-
100
100
Original file line number Diff line number Diff line change 23
23
uses : actions/cache@v4
24
24
with :
25
25
path : node_modules
26
- key : node-modules-${{ hashFiles('**/bun.lockb ') }}
26
+ key : node-modules-${{ hashFiles('**/bun.lock ') }}
27
27
restore-keys : |
28
28
node-modules-
29
29
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # delete ../../../bun.lockb
3
+ # delete ../../../bun.lock
4
4
rm ../../bun.lock
5
5
6
6
# delete all node_modules and dist folders
You can’t perform that action at this time.
0 commit comments