CI: use config.cli.js as config.js

This commit is contained in:
Jesse Chan
2020-09-02 19:07:28 +08:00
parent d9be2f8184
commit 261debcfe8
6 changed files with 6 additions and 16 deletions

View File

@@ -22,8 +22,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: cp config.template.js config.js
- run: cp config.cli.js config.js
- run: npm install
- run: npm run build
env:
FLOOD_SECRET: ${{ secrets.FLOOD_SECRET }}