Store session cookie in local storage
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -d "../crafting-guide-common" ]]; then
|
||||
rm -rf ./node_modules/crafting-guide-common &>/dev/null
|
||||
mkdir -p node_modules
|
||||
cd node_modules
|
||||
ln -s ../../crafting-guide-common
|
||||
fi
|
||||
Reference in New Issue
Block a user