-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc44c2b
commit 38cd74b
Showing
4 changed files
with
31 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- Makefile 2023-08-20 00:15:49.000000000 +0100 | ||
+++ Makefile_v2 2023-09-07 19:46:26.864885523 +0100 | ||
@@ -274,9 +274,7 @@ | ||
node_modules/.bin/prettier: .ran-npm | ||
.ran-npm: package.json package-lock.json | ||
@echo "npm version: $$(npm --version)" | ||
- npm --version | grep "^$(NPM_VERSION)\." >/dev/null 2>&1 | ||
@echo "node version: $$(node --version)" | ||
- node --version | grep "^v$(NODEJS_VERSION)\." >/dev/null 2>&1 | ||
@echo "open file descriptor limit (soft): $$(ulimit -Sn)" | ||
@echo "open file descriptor limit (hard): $$(ulimit -Hn)" | ||
@if curl --silent --output /dev/null --head '${ARTIFACT_STORAGE}/#browse/browse:npm-proxy'; then \ | ||
@@ -287,7 +285,7 @@ | ||
REGISTRY= ; \ | ||
echo "Installing from public registry" ; \ | ||
fi ; \ | ||
- npm ci --yes --audit=false --unsafe-perm $$REGISTRY | ||
+ npm install | ||
sed -i 's#"resolved": "https://artifacts.lan.tribe29.com/repository/npm-proxy/#"resolved": "https://registry.npmjs.org/#g' package-lock.json | ||
touch node_modules/.bin/webpack node_modules/.bin/redoc-cli node_modules/.bin/prettier | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters