Skip to content

Commit

Permalink
Update CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-grant-work committed Apr 10, 2024
1 parent b9ecccb commit 19e683d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: |
yarn install --ignore-scripts
yarn build
yarn check
yarn package
- uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@
"debug"
],
"scripts": {
"vscode:prepublish": "yarn build",
"prepare": "yarn build",
"clean": "git clean -f -x ./node_modules ./dist",
"build": "node esbuild.js",
"watch": "node esbuild.js -w",
"lint": "eslint . --ext .ts,.tsx",
"types": "tsc --noEmit -p ./",
"check": "yarn types && yarn lint",
"package": "vsce package --yarn",
"serve": "serve --cors -p 3333"
},
Expand Down Expand Up @@ -65,6 +68,7 @@
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-react": "^7.31.11",
"serve": "^14.1.2",
"tslint": "^6.1.3",
"typescript": "^4.9.3"
},
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
"lib": [
"es2020",
"dom"
]
],
"skipLibCheck": true
},
"include": [
"src"
]
}
}

0 comments on commit 19e683d

Please sign in to comment.