Skip to content

Commit

Permalink
lint task: add cli.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent 18e58f7 commit 4d5dbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"server": "cd dist/server && nodemon .",
"server:local": "cross-env MOCK=true npm run server",
"copy": "cp-cli server/mock dist/server/mock",
"lint": "vue-cli-service lint && tslint src/**/*.ts types/**/*.ts server/**/*.ts",
"lint": "vue-cli-service lint && tslint src/**/*.ts types/**/*.ts server/**/*.ts bin/*.ts",
"prettier": "prettier src/**/* types/**/* server/**/* --write",
"compile": "npm run lint && tsc bin/cli.ts && cd server && tsc",
"compile:watch": "cd server && tsc --watch",
Expand Down

0 comments on commit 4d5dbda

Please sign in to comment.