File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2727 - run : npm install
2828 - run : npm test
2929 - run : npm run integration
30+ - run : npm i -g bare
31+ - run : npm run test:bare
3032 trigger_canary :
3133 if : startsWith(github.ref, 'refs/tags/') # Only run when a new package is published (detects when a new tag is pushed)
3234 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1818 "events" : {
1919 "bare" : " bare-events" ,
2020 "default" : " events"
21+ },
22+ "child_process" : {
23+ "bare" : " bare-node-child-process" ,
24+ "default" : " child_process"
2125 }
2226 },
2327 "dependencies" : {
4246 "xache" : " ^1.1.0"
4347 },
4448 "devDependencies" : {
49+ "bare-node-child-process" : " ^1.0.1" ,
4550 "brittle" : " ^3.0.0" ,
4651 "graceful-goodbye" : " ^1.3.0" ,
4752 "newline-decoder" : " ^1.0.2" ,
4853 "standard" : " ^17.1.0"
4954 },
5055 "scripts" : {
5156 "test" : " standard && node test/all.js" ,
57+ "test:bare" : " bare test/all.js" ,
5258 "test:generate" : " brittle -r test/all.js test/*.js" ,
5359 "lint" : " standard" ,
5460 "integration" : " brittle test/integration/*.js" ,
You can’t perform that action at this time.
0 commit comments