Skip to content

Commit dd65d76

Browse files
authored
fix: spurious node warnings (#572)
1 parent e09695d commit dd65d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ boostci: $(BUILD_DEPS)
101101
.PHONY: boostci
102102

103103
react: check-node-lts
104-
npm install --prefix react
104+
npm install --no-audit --prefix react
105105
npm run --prefix react build
106106
.PHONY: react
107107

0 commit comments

Comments
 (0)