Skip to content

Commit

Permalink
run build in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenuhrbach committed Jan 11, 2024
1 parent 9995db5 commit 8d63a0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"scripts": {
"vscode:prepublish": "yarn run package",
"postinstall": "husky install",
"compile": "webpack",
"build": "webpack",
"watch": "webpack --watch",
"package": "webpack --mode production --devtool hidden-source-map",
"pretest": "yarn run lint",
Expand Down

0 comments on commit 8d63a0c

Please sign in to comment.