8 lines
57 B
Bash
Executable File
8 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd styles
|
|
npm install
|
|
npm run build
|