Skip to content

Commit

Permalink
Add building the linting plugin to the script building command
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyi45 committed Oct 23, 2024
1 parent 5e94ed4 commit 0e0be2c
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 @@ -45,7 +45,7 @@
"devserver:lint": "eslint devserver",
"devserver:tsc": "tsc --project devserver/tsconfig.json",
"scripts:all": "node scripts/scripts_manager.js",
"scripts:build": "node scripts/scripts_manager.js build",
"scripts:build": "node scripts/scripts_manager.js build && yarn lint:build",
"scripts:lint": "eslint scripts",
"scripts:tsc": "tsc --project scripts/tsconfig.json",
"scripts:test": "node scripts/scripts_manager.js test",
Expand Down

0 comments on commit 0e0be2c

Please sign in to comment.