Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Chore/fix ci bug (#472)
Browse files Browse the repository at this point in the history
* 🐛 Fix CI bugs

* 🎉 Tag!
  • Loading branch information
jaspermayone committed Aug 28, 2022
1 parent ef5484d commit 5ccd16c
Show file tree
Hide file tree
Showing 4 changed files with 4,470 additions and 8,526 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: yarn ci
run: yarn install

- name: Lint Source Files
run: yarn run lint
Expand Down
2 changes: 1 addition & 1 deletion .husky/post-merge
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm i
yarn install
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heptagram",
"version": "5.1.0",
"version": "5.1.1",
"description": "The open-source multipurpose discord bot with the goal to be the single needed bot for any server.",
"main": "./prod/src/main.js",
"scripts": {
Expand Down
Loading

0 comments on commit 5ccd16c

Please sign in to comment.