mirror of
https://github.com/nebulousnessie/Obsidian-MOCBlocks.git
synced 2026-07-22 06:44:20 +00:00
5 lines
210 B
Text
5 lines
210 B
Text
Run ESLint on all src/ files: npx -y eslint "src/**/*.ts"
|
|
Run ESLint on all src/ files and autofix: npx -y eslint "src/**/*.ts" --fix
|
|
Type checking: npx -y tsc -p tsconfig.json
|
|
|
|
Build to main.js: npm run Build
|