Skip to content

Commit

Permalink
fix: lint before emitting any file
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Mar 22, 2023
1 parent c1a4984 commit f285b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"README.md"
],
"scripts": {
"build": "npm run clean && npm run compile && npm run lint && npm run generate-types && npm run compile-webpack-loader",
"build": "npm run lint && npm run clean && npm run compile && npm run generate-types && npm run compile-webpack-loader",
"compile": "NODE_OPTIONS=--max_old_space_size=4096 rollup --config rollup/rollup.config.ts --configPlugin 'typescript={tsconfig: `tsconfig.rollup.json`}' --vscode-version ${npm_package_config_vscode_version}",
"clean": "rm -rf dist/",
"compile-webpack-loader": "tsc --target es2020 -lib es2020 --module commonjs --skipLibCheck --moduleResolution node --declaration --outDir dist src/webpack-loader.ts && mv dist/webpack-loader.js dist/webpack-loader.cjs",
Expand Down

0 comments on commit f285b64

Please sign in to comment.