7 lines
55 B
Bash
Executable File
7 lines
55 B
Bash
Executable File
#!/bin/bash
|
|
|
|
npm install
|
|
|
|
npm run build
|
|
|
|
npm run deploy |