We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e721683 commit b76279cCopy full SHA for b76279c
Makefile
@@ -1,10 +1,10 @@
1
make: linux darwin windows
2
3
darwin:
4
- nexe index.js -t darwin-x64 -o kubeopenapi-jsonschema-darwin
+ nexe index.js -t darwin-x64 -o kubeopenapi-jsonschema-darwin -r "./node_modules/**/*"
5
6
linux:
7
- nexe index.js -t linux-x64 -o kubeopenapi-jsonschema
+ nexe index.js -t linux-x64 -o kubeopenapi-jsonschema -r "./node_modules/**/*"
8
9
windows:
10
- nexe index.js -t windows-x64 -o kubeopenapi-jsonschema
+ nexe index.js -t windows-x64 -o kubeopenapi-jsonschema -r "./node_modules/**/*"
0 commit comments