Skip to content

Commit

Permalink
Remove lint from build
Browse files Browse the repository at this point in the history
- reason is because it does not serve much purpose for now but in the future where linting will need to be enforced then change here
  • Loading branch information
Wilson WeeSheng Khoo committed Oct 30, 2024
1 parent 199e63d commit 959f7ad
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 @@ -70,7 +70,7 @@
"@napi-rs/canvas-win32-x64-msvc": "0.1.53"
},
"scripts": {
"build": "npm run copyfiles && npm run lint || true && tsc",
"build": "npm run copyfiles && tsc",
"build:watch": "npm run build -- --watch",
"copyfiles": "node ./scripts/copyFiles.js src/static/ejs dist/static && node ./scripts/copyFiles.js src/constants/errorMeta.json dist/constants && node ./scripts/copyFiles.js exclusions.txt dist",
"start": "node --max-old-space-size=6144 dist/index.js",
Expand Down

0 comments on commit 959f7ad

Please sign in to comment.