mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
11 lines
174 B
Bash
Executable File
11 lines
174 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
./bin/build-contributors.sh
|
|
./bin/build-apidoc.sh
|
|
|
|
cd docs
|
|
npm ci
|
|
npm run build
|
|
cp CNAME public/
|
|
npm run index # env required: HEXO_ALGOLIA_INDEXING_KEY
|