We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828af3c commit 3ccca37Copy full SHA for 3ccca37
bin/npm-check-updates.sh
@@ -1,5 +1,9 @@
1
#!/bin/bash
2
+
3
+# SPDX-FileCopyrightText: the secureCodeBox authors
4
#
5
+# SPDX-License-Identifier: Apache-2.0
6
7
# Applies all MINOR updates to all `package.json` files using `ncu -u -t minor`
8
# in the repository and updates
9
# the `package-lock.json` using `npm i`
bin/npm-ci-all.sh
#!/usr/bin/env bash
+#
set -euo pipefail
if [ -z "${PROJECT_DIR:-}" ]; then
0 commit comments