Skip to content

Commit 056d8bd

Browse files
committed
Add a helper script to update NPM dependencies
1 parent aafd809 commit 056d8bd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

extra/npmDependencies.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)