8 lines
113 B
Bash
Executable File
8 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#change to ccurrent directory
|
|
cd -- "$( dirname -- "${BASH_SOURCE[0]}" )"
|
|
cd ../..
|
|
|
|
#run
|
|
npm install |