File tree 8 files changed +18
-7
lines changed
8 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 48
48
- name : Test
49
49
run : pnpm run --if-present test:node
50
50
if : ${{ steps.release-please.outputs.releases_created }}
51
+
52
+ - name : Build
53
+ run : pnpm run --if-present build
54
+ if : ${{ steps.release-please.outputs.releases_created }}
51
55
52
56
- name : Publish
53
57
if : ${{ steps.release-please.outputs.releases_created }}
Original file line number Diff line number Diff line change 23
23
"test:node" : " c8 --check-coverage --branches 100 --functions 100 --lines 100 mocha test/**/*.spec.js" ,
24
24
"test" : " npm run test:node" ,
25
25
"coverage" : " c8 --reporter=html mocha test/test-*.js && npm_config_yes=true npx st -d coverage -p 8080" ,
26
- "typecheck" : " tsc --build"
26
+ "typecheck" : " tsc --build" ,
27
+ "build" : " tsc --build"
27
28
},
28
29
"dependencies" : {
29
30
"@ucanto/interface" : " ^0.6.0" ,
Original file line number Diff line number Diff line change 25
25
"test:node" : " c8 --check-coverage --branches 100 --functions 100 --lines 100 mocha test/**/*.spec.js" ,
26
26
"test" : " npm run test:node" ,
27
27
"coverage" : " c8 --reporter=html mocha test/test-*.js && npm_config_yes=true npx st -d coverage -p 8080" ,
28
- "typecheck" : " tsc --build"
28
+ "typecheck" : " tsc --build" ,
29
+ "build" : " tsc --build"
29
30
},
30
31
"dependencies" : {
31
32
"multiformats" : " ^9.6.4" ,
Original file line number Diff line number Diff line change 25
25
"test:node" : " c8 --check-coverage --branches 100 --functions 100 --lines 100 mocha test/*.spec.js" ,
26
26
"test" : " npm run test:node" ,
27
27
"coverage" : " c8 --reporter=html mocha test/test-*.js && npm_config_yes=true npx st -d coverage -p 8080" ,
28
- "typecheck" : " tsc --build"
28
+ "typecheck" : " tsc --build" ,
29
+ "build" : " tsc --build"
29
30
},
30
31
"dependencies" : {
31
32
"@ipld/car" : " ^4.1.0" ,
Original file line number Diff line number Diff line change 19
19
},
20
20
"homepage" : " https://github.com/web3-storage/ucanto" ,
21
21
"scripts" : {
22
- "typecheck" : " tsc --build"
22
+ "typecheck" : " tsc --build" ,
23
+ "build" : " tsc --build"
23
24
},
24
25
"dependencies" : {
25
26
"@ipld/dag-ucan" : " ^1.7.0-beta" ,
Original file line number Diff line number Diff line change 24
24
"test:node" : " c8 --check-coverage --branches 100 --functions 100 --lines 100 mocha test/**/*.spec.js" ,
25
25
"test" : " npm run test:node" ,
26
26
"coverage" : " c8 --reporter=html mocha test/test-*.js && npm_config_yes=true npx st -d coverage -p 8080" ,
27
- "typecheck" : " tsc --build"
27
+ "typecheck" : " tsc --build" ,
28
+ "build" : " tsc --build"
28
29
},
29
30
"dependencies" : {
30
31
"@ucanto/interface" : " ^0.6.0" ,
Original file line number Diff line number Diff line change 25
25
"test:node" : " c8 --check-coverage --branches 100 --functions 100 --lines 100 mocha test/**/*.spec.js" ,
26
26
"test" : " npm run test:node" ,
27
27
"coverage" : " c8 --reporter=html mocha test/**/*.spec.js && npm_config_yes=true npx st -d coverage -p 8080" ,
28
- "typecheck" : " tsc --build"
28
+ "typecheck" : " tsc --build" ,
29
+ "build" : " tsc --build"
29
30
},
30
31
"dependencies" : {
31
32
"@ipld/car" : " ^4.1.0" ,
Original file line number Diff line number Diff line change 23
23
"test:node" : " c8 --check-coverage --branches 97 --functions 85 --lines 93 mocha test/**/*.spec.js" ,
24
24
"test" : " npm run test:node" ,
25
25
"coverage" : " c8 --reporter=html mocha test/**/*.spec.js && npm_config_yes=true npx st -d coverage -p 8080" ,
26
- "typecheck" : " tsc --build"
26
+ "typecheck" : " tsc --build" ,
27
+ "build" : " tsc --build"
27
28
},
28
29
"dependencies" : {
29
30
"@ipld/car" : " ^4.1.0" ,
You can’t perform that action at this time.
0 commit comments