Skip to content

Commit

Permalink
fix: action (we only test in prod)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronF86 committed Nov 10, 2024
1 parent a6ab15f commit 802dd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run compile
- run: xvfb-run -a npm test
- run: npm run compile
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"compile": "webpack",
"watch": "webpack --watch",
"package": "webpack --mode production --devtool hidden-source-map",
"lint": "eslint src --ext ts",
"lint": "eslint src",
"test": "vscode-test",
"preversion": "npm run test",
"version": "npm run package && git add -A",
Expand Down

0 comments on commit 802dd8f

Please sign in to comment.