Skip to content

Commit

Permalink
cleanup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Hurtak committed Nov 16, 2023
1 parent 8a89e63 commit bc86e86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
node-version: "20"
- run: npm ci --production
- run: npm run build
- uses: preactjs/compressed-size-action@v2
- uses: actions/upload-artifact@v3
with:
name: artifact-dist
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx --fix .",
"prettier": "prettier --ignore-path .gitignore --check .",
"prettier:fix": "prettier --ignore-path .gitignore --write .",
"validate": "npm run test && npm run type-check && npm run lint && npm run prettier && npm run build"
"validate": "npm run test && npm run type-check && npm run lint && npm run prettier"
},
"dependencies": {
"@types/node": "20.9.0",
Expand Down

0 comments on commit bc86e86

Please sign in to comment.