We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb1b75 commit e62f316Copy full SHA for e62f316
Makefile
@@ -37,7 +37,7 @@ publish:
37
npm publish
38
39
standalone::
40
- $(MAKE) -C standalone build
+ $(MAKE) --no-print-directory -C standalone build
41
42
define release
43
npm version $(1)
0 commit comments