mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-02 09:44:14 +00:00
General Fixes
This commit is contained in:
parent
4087f0575b
commit
b915fe252e
3 changed files with 500 additions and 1178 deletions
6
.github/workflows/npm-build-and-compile.yml
vendored
6
.github/workflows/npm-build-and-compile.yml
vendored
|
@ -17,15 +17,15 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Configure Corepack
|
||||
run: corepack enable
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: yarn
|
||||
|
||||
- name: Configure Corepack
|
||||
run: corepack enable
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cp ./config.example.json ./config.json
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"discord.js": "^14.15.3",
|
||||
"mongoose": "^8.5.3"
|
||||
"mongoose": "^8.5.3",
|
||||
"poixpixel-discord-bot": "file:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.4.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue