Skip to content

Commit

Permalink
ok one more time (and some changes)
Browse files Browse the repository at this point in the history
* change scripts on package.json
  • Loading branch information
nurjavier8789 committed Aug 14, 2024
1 parent 534b2a6 commit 7202e64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: node ../../../../../../../index.js

- name: Installing dependencies...
run: npm install

- name: Try to run file
run: npm run run
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Discord made by nurjavier",
"main": "main.js",
"scripts": {
"test": "node index.js"
"run": "node index.js"
},
"author": "nurjavier",
"license": "ISC",
Expand Down

0 comments on commit 7202e64

Please sign in to comment.