Skip to content

Commit

Permalink
chore: remvove unused scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
neikvon committed Sep 17, 2020
1 parent 5706ecf commit f03c6e9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@
"node": ">=10.0.0"
},
"scripts": {
"dev": "./bin/run -v",
"help": "tsc --help",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"posttest": "tslint -p test -t stylish",
"build": "rm -rf lib && tsc",
"watch": "npm run build && tsc --watch",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"publish": "ts-node scripts/publish.ts"
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"posttest": "tslint -p test -t stylish",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"keywords": [
"fbi",
Expand Down

0 comments on commit f03c6e9

Please # to comment.