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 11
11
"lint:imports" : " node scripts/check-imports.js" ,
12
12
"test" : " karma start --single-run" ,
13
13
"bootstrap" : " npm install && ./scripts/bootstrap.sh && npm run build" ,
14
- "build" : " npm run build:styling && npm run build:typescript -- --verbose" ,
14
+ "build" : " npm run lint && npm run build:styling && npm run build:typescript -- --verbose" ,
15
15
"build:styling" : " ./scripts/build-styling.sh" ,
16
16
"build:typescript" : " tsc --build packages/**/tsconfig.json" ,
17
17
"update-gh-pages" : " npm run bootstrap && ./scripts/publish-demos.sh" ,
18
18
"watch" : " npm run bootstrap && node scripts/watcher.js" ,
19
+ "lint" : " npm run lint:typescript" ,
19
20
"lint:typescript" : " eslint \" packages/**/*.ts\" "
20
21
},
21
22
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments