File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ jobs:
185
185
run : ls -R .
186
186
shell : bash
187
187
- name : Test bindings
188
- run : yarn test
188
+ run : yarn build:ts && yarn test
189
189
publish :
190
190
name : Publish
191
191
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 16
16
"check_mem" : " node --max-old-space-size=128 scripts/dgram_memory.js" ,
17
17
"doc" : " typedoc --excludePrivate --excludeInternal --excludeExternals --plugin typedoc-plugin-markdown js/index.ts" ,
18
18
"prepublishOnly" : " napi pre`publish -t npm" ,
19
- "test" : " ls && pwd && node test2.js && jest --testRegex '__test__/(.+).spec.ts' --runInBand --silent=false" ,
19
+ "test" : " jest --testRegex '__test__/(.+).spec.ts' --runInBand --silent=false" ,
20
20
"test:dumb" : " TERM=dumb npm run test" ,
21
21
"version" : " napi version"
22
22
},
You can’t perform that action at this time.
0 commit comments