File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 4444 run : |
4545 npm install || npm install || npm install
4646 timeout-minutes : 15
47+ - name : Build native add-on (if present)
48+ run : |
49+ if [ -f "binding.gyp" ]; then
50+ npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild
51+ fi
4752 - name : Run tests
4853 id : tests
4954 run : |
Original file line number Diff line number Diff line change 4040 run : |
4141 npm install || npm install || npm install
4242 timeout-minutes : 15
43+ - name : Build native add-on (if present)
44+ run : |
45+ if [ -f "binding.gyp" ]; then
46+ npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild
47+ fi
4348 - name : Calculate test coverage
4449 run : |
4550 npm run test-cov || npm run test-cov || npm run test-cov
Original file line number Diff line number Diff line change @@ -117,6 +117,16 @@ re = reFromString( '/\\w+/' );
117117
118118<!-- / .examples -->
119119
120+ <!-- Section for related ` stdlib` packages . Do not manually edit this section, as it is automatically populated. -->
121+
122+ < section class = " related" >
123+
124+ < / section>
125+
126+ <!-- / .related -->
127+
128+ <!-- Section for all links . Make sure to keep an empty line after the ` section` element and another before the ` /section` close. -->
129+
120130
121131< section class = " main-repo" >
122132
You can’t perform that action at this time.
0 commit comments