9 lines
101 B
Bash
Executable file
9 lines
101 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
export PATH=node_modules/.bin:${PATH}
|
|
|
|
set -ex
|
|
|
|
npm ci
|
|
|
|
./scripts/build-static.sh
|