Skip to content

Commit 4f95697

Browse files
committed
wip
1 parent b5b2b16 commit 4f95697

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

link-packages.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env bash
2+
set -euo pipefail
3+
shopt -s inherit_errexit
4+
5+
__dirname="$(CDPATH= cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
6+
cd "$__dirname"
7+
8+
[ -e node_modules/source-map ] && rm -r node_modules/source-map
9+
ln -s ../../source-map ./node_modules/source-map

0 commit comments

Comments
 (0)