Skip to content

Commit

Permalink
Fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdevey committed Nov 3, 2021
1 parent 6bf4b0b commit 025711f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
node-version: 17
cache: 'npm'
- run: npm install
- run: npm run start
- run: npm run build
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"node": "17.x"
},
"scripts": {
"start": "tsc --outDir build & node ./build/index.js"
"start": "tsc --outDir build & node build/index.js",
"build": "tsc --outDir build"
},
"author": "BanDev",
"license": "GPL-3.0",
Expand Down

0 comments on commit 025711f

Please sign in to comment.