File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
"clean:styles" : " del-cli packages/*/src/*-css.ts" ,
10
10
"dev" : " polyserve --npm --module-resolution=node" ,
11
11
"lint:imports" : " node scripts/check-imports.js" ,
12
+ "lint" : " npm run lint:typescript" ,
12
13
"lint:typescript" : " eslint \" packages/**/*.ts\" " ,
13
14
"test" : " karma start --single-run" ,
14
15
"test:bench" : " node test/benchmark/cli.js" ,
15
16
"bootstrap" : " npm install && ./scripts/bootstrap.sh && npm run build" ,
16
- "build" : " npm run build:styling && npm run build:typescript -- --verbose" ,
17
+ "build" : " npm run lint && npm run build:styling && npm run build:typescript -- --verbose" ,
17
18
"build:styling" : " ./scripts/build-styling.sh" ,
18
19
"build:typescript" : " tsc --build packages/**/tsconfig.json" ,
19
20
"build:tests" : " tsc --build test/tsconfig.json && tsc --build test/tsconfig-node.json" ,
You can’t perform that action at this time.
0 commit comments