mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-01 01:04:16 +00:00
Update npm-build-and-compile.yml
Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
This commit is contained in:
parent
4a9f5538a3
commit
83cc638b7f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/npm-build-and-compile.yml
vendored
2
.github/workflows/npm-build-and-compile.yml
vendored
|
@ -21,11 +21,13 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: yarn
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cp ./source/config.example.json ./source/config.json
|
||||
yarn install
|
||||
ls ~/.npm
|
||||
yarn compile
|
||||
|
||||
- name: Cache Assets
|
||||
|
|
Loading…
Add table
Reference in a new issue