mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-03 10:14:14 +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
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
cache: yarn
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cp ./source/config.example.json ./source/config.json
|
cp ./source/config.example.json ./source/config.json
|
||||||
yarn install
|
yarn install
|
||||||
|
ls ~/.npm
|
||||||
yarn compile
|
yarn compile
|
||||||
|
|
||||||
- name: Cache Assets
|
- name: Cache Assets
|
||||||
|
|
Loading…
Add table
Reference in a new issue