We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafd809 commit 056d8bdCopy full SHA for 056d8bd
1 file changed
extra/npmDependencies.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+set -e
3
+
4
+SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
5
+cd "${SCRIPT_DIR}/../"
6
+grep ' node_modules/' .github/workflows/javascript.yml |awk '{print $4 " " $3}' |xargs -n 2 cp
0 commit comments