You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/copyPackageJsonFiles.sh
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
# Copies all package.json files inside the source directory into the artifacts/npm-package-json directory.
4
4
# It retains the original folder structure where the package.json files were in.
5
5
6
+
# This script "jq" ( https://stedolan.github.io/jq ).
7
+
6
8
# Fail on any error ("-e" = exit on first error, "-o pipefail" exist on errors within piped commands)
7
9
set -o errexit -o pipefail
8
10
@@ -21,6 +23,7 @@ fi
21
23
cd"./${SOURCE_DIRECTORY}"
22
24
23
25
echo"copyPackageJsonFiles: Existing package.json files will be copied from from ${SOURCE_DIRECTORY} to ../${ARTIFACTS_DIRECTORY}/${NPM_PACKAGE_JSON_ARTIFACTS_DIRECTORY}"
26
+
echo"copyPackageJsonFiles: Author will be removed as workaround for https://github.com/jqassistant-plugin/jqassistant-npm-plugin/issues/5"
0 commit comments