File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Expand file tree Collapse file tree 3 files changed +35
-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 @@ -95,6 +95,23 @@ bool = isPrimitiveArray( [ function noop() {}, null ] );
9595
9696<!-- /.examples -->
9797
98+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
99+
100+ <section class =" related " >
101+
102+ * * *
103+
104+ ## See Also
105+
106+ - [ ` @stdlib/assert/is-array ` ] [ @stdlib/assert/is-array ] : test if a value is an array.
107+ - [ ` @stdlib/assert/is-primitive ` ] [ @stdlib/assert/is-primitive ] : test if a value is a JavaScript primitive.
108+
109+ </section >
110+
111+ <!-- /.related -->
112+
113+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
114+
98115
99116<section class =" main-repo " >
100117
@@ -150,6 +167,14 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
150167
151168[ stdlib-license ] : https://raw.githubusercontent.com/stdlib-js/assert-is-primitive-array/main/LICENSE
152169
170+ <!-- <related-links> -->
171+
172+ [ @stdlib/assert/is-array ] : https://github.com/stdlib-js/assert-is-array
173+
174+ [ @stdlib/assert/is-primitive ] : https://github.com/stdlib-js/assert-is-primitive
175+
176+ <!-- </related-links> -->
177+
153178</section >
154179
155180<!-- /.links -->
You can’t perform that action at this time.
0 commit comments