This repository was archived by the owner on Jun 20, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 "lint" : {
9090 "builder" : " @angular-devkit/build-angular:tslint" ,
9191 "options" : {
92+ "format" : " stylish" ,
93+ "typeCheck" : true ,
9294 "tsConfig" : [
9395 " src/tsconfig.app.json" ,
9496 " src/tsconfig.spec.json"
Original file line number Diff line number Diff line change 44 "scripts" : {
55 "ng" : " ng" ,
66 "start" : " ng serve" ,
7- "build" : " ts-node build.ts" ,
7+ "build" : " ts-node -O '{ \" module \" : \" commonjs \" }' build.ts" ,
88 "build-data" : " ts-node scripts/build-data.ts" ,
99 "test" : " ng test ---watch=false --browsers=ChromeCI" ,
1010 "test:watch" : " ng test --browsers=ChromeCI" ,
1111 "test:ci" : " ng test --watch=false --code-coverage --no-progress --browsers=ChromeCI" ,
1212 "link" : " cd dist/packages-dist && npm link" ,
13- "lint" : " ng lint ngx-numbered-codeblock --type-check --format stylish " ,
14- "lint:fix" : " ng lint ngx-numbered-codeblock --type-check -- fix --format stylish " ,
13+ "lint" : " ng lint" ,
14+ "lint:fix" : " ng lint -- fix" ,
1515 "ghpages" : " ng build --prod --no-progress --baseHref='/ngx-numbered-codeblock/'" ,
1616 "travis-deploy-once" : " travis-deploy-once" ,
1717 "commit" : " git-cz" ,
You can’t perform that action at this time.
0 commit comments