Skip to content

Commit

Permalink
Run lint after build
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Oct 14, 2024
1 parent 924bded commit bfc719b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"scripts": {
"clean": "rm -rf dist",
"lint": "eslint src/*.ts test/*.js",
"prebuild": "npm run clean && npm run lint && npm run compile",
"prebuild": "npm run clean && npm run compile",
"compile": "tsc",
"build": "rollup -c",
"pretest": "npm run build",
"test": "karma start karma.config.cjs",
"test": "npm run lint && karma start karma.config.cjs",
"prepublishOnly": "npm run build",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
},
Expand Down

0 comments on commit bfc719b

Please sign in to comment.