Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Apr 1, 2018
1 parent 2ca8ba8 commit df6a37d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions hackernews-async-ts/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
{
"files.exclude": {
"USE_GITIGNORE": true,
"**/*.js": {
// "when": "$(basename).ts"
},
"**/*.map": true,
"run": true,
"logs": true,
"out": true,
"node_modules": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}
2 changes: 1 addition & 1 deletion hackernews-async-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"start": "egg-scripts start",
"dev": "egg-bin dev -r 'egg-ts-helper/register'",
"tsc": "ets && tsc -p tsconfig.json",
"clean": "rimraf ./app.js ./agent.js ./{app,test,config}/**/*.{js,map}",
"clean": "etc clean",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test -r 'egg-ts-helper/register'",
"cov": "egg-bin cov",
Expand Down

0 comments on commit df6a37d

Please sign in to comment.