File tree Expand file tree Collapse file tree 10 files changed +17
-10
lines changed Expand file tree Collapse file tree 10 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 28
28
- name : Install dependencies
29
29
run : pnpm install
30
30
31
+ - name : Build packages
32
+ run : pnpm build
33
+
31
34
- name : Run tests
32
35
run : pnpm test
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
permissions :
13
- contents : write # Required for publishing the GitHub release.
14
- id-token : write # The OIDC ID token is used for authentication with JSR.
13
+ contents : write # Required for publishing the GitHub release
14
+ id-token : write # The OIDC ID token is used for authentication with JSR
15
15
16
16
steps :
17
17
- name : Checkout
32
32
- name : Install dependencies
33
33
run : pnpm install
34
34
35
+ - name : Build packages
36
+ run : pnpm build
37
+
35
38
- name : Publish
36
39
run : pnpm publish-release-ci ${{ github.ref_name }}
37
40
env :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " remix-the-web" ,
3
3
"private" : true ,
4
- "packageManager" : " pnpm@10.3.0 " ,
4
+ "packageManager" : " pnpm@10.11.1 " ,
5
5
"devDependencies" : {
6
6
"prettier" : " ^3.3.3" ,
7
7
"typescript" : " ^5.7.2"
10
10
"node" : " >=22"
11
11
},
12
12
"scripts" : {
13
+ "build" : " pnpm -r build" ,
13
14
"clean" : " git clean -fdX ." ,
14
15
"publish-release" : " node --env-file .env ./scripts/publish-release.js" ,
15
16
"publish-release-ci" : " node ./scripts/publish-release.js" ,
Original file line number Diff line number Diff line change 49
49
"scripts" : {
50
50
"build" : " tsup" ,
51
51
"test" : " node --experimental-strip-types --disable-warning=ExperimentalWarning --test ./src/**/*.test.ts" ,
52
- "prepare " : " pnpm run build"
52
+ "prepublishOnly " : " pnpm run build"
53
53
},
54
54
"keywords" : [
55
55
" fetch" ,
Original file line number Diff line number Diff line change 86
86
"scripts" : {
87
87
"build" : " tsup" ,
88
88
"test" : " node --experimental-strip-types --disable-warning=ExperimentalWarning --test ./src/**/*.test.ts" ,
89
- "prepare " : " pnpm run build"
89
+ "prepublishOnly " : " pnpm run build"
90
90
},
91
91
"keywords" : [
92
92
" file" ,
Original file line number Diff line number Diff line change 49
49
"scripts" : {
50
50
"build" : " tsup" ,
51
51
"test" : " node --experimental-strip-types --disable-warning=ExperimentalWarning --test ./src/**/*.test.ts" ,
52
- "prepare " : " pnpm run build"
52
+ "prepublishOnly " : " pnpm run build"
53
53
},
54
54
"keywords" : [
55
55
" form-data" ,
Original file line number Diff line number Diff line change 67
67
"scripts" : {
68
68
"build" : " tsup" ,
69
69
"test" : " node --experimental-strip-types --disable-warning=ExperimentalWarning --test ./src/**/*.test.ts" ,
70
- "prepare " : " pnpm run build"
70
+ "prepublishOnly " : " pnpm run build"
71
71
},
72
72
"keywords" : [
73
73
" file" ,
Original file line number Diff line number Diff line change 71
71
"bench:node" : " node --experimental-strip-types --disable-warning=ExperimentalWarning ./bench/runner.ts" ,
72
72
"build" : " tsup" ,
73
73
"test" : " node --experimental-strip-types --disable-warning=ExperimentalWarning --test ./src/**/*.test.ts" ,
74
- "prepare " : " pnpm run build"
74
+ "prepublishOnly " : " pnpm run build"
75
75
},
76
76
"keywords" : [
77
77
" multipart" ,
Original file line number Diff line number Diff line change 47
47
"bench" : " bash ./bench/runner.sh" ,
48
48
"build" : " tsup" ,
49
49
"test" : " node --experimental-strip-types --disable-warning=ExperimentalWarning --test ./src/**/*.test.ts" ,
50
- "prepare " : " pnpm run build"
50
+ "prepublishOnly " : " pnpm run build"
51
51
},
52
52
"keywords" : [
53
53
" http" ,
Original file line number Diff line number Diff line change 48
48
"bench" : " node --experimental-strip-types --disable-warning=ExperimentalWarning ./bench/runner.ts" ,
49
49
"build" : " tsup" ,
50
50
"test" : " node --experimental-strip-types --disable-warning=ExperimentalWarning --test ./src/**/*.test.ts" ,
51
- "prepare " : " pnpm run build"
51
+ "prepublishOnly " : " pnpm run build"
52
52
},
53
53
"keywords" : [
54
54
" tar" ,
You can’t perform that action at this time.
0 commit comments