6 lines
37 B
Bash
6 lines
37 B
Bash
#!/bin/sh
|
|
|
|
cd www
|
|
npm install
|
|
cd ..
|
#!/bin/sh
|
|
|
|
cd www
|
|
npm install
|
|
cd ..
|