File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 7575 node-version : 18
7676 registry-url : https://registry.npmjs.org/
7777 cache : ' pnpm'
78- - name : Compile TypeScript
79- run : pnpm run build
8078 - name : Lint Code Base
8179 uses :
super-linter/super-linter/[email protected] 8280 env :
8684 LINTER_RULES_PATH : /
8785 VALIDATE_ALL_CODEBASE : false
8886 VALIDATE_JAVASCRIPT_ES : true
89- VALIDATE_JSON : false
87+ VALIDATE_JSON : true
9088 # ESLint only on changed files (not the same as the above super-linter)
9189 - name : Get Changed Files (space-separated)
9290 id : changed_files_space
Original file line number Diff line number Diff line change 4040 "build:node" : " tsc -p tsconfig.node.json" ,
4141 "build:browser" : " tsc -p tsconfig.browser.json" ,
4242 "test" : " jest" ,
43- "watch" : " nodemon --watch src --ext ts -- exec 'pnpm run build'" ,
43+ "watch" : " nodemon --watch src --exec 'pnpm run build'" ,
4444 "cli" : " node dist/server/server/cli.js"
4545 },
4646 "files" : [
You can’t perform that action at this time.
0 commit comments