Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
"typings": "./dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"watch": "npm run watch:ts",
"watch:ts": "npm run build:ts -- --watch --diagnostics",
"watch": "npm run build -- --watch --diagnostics",
"prebuild": "npm run lint",
"compile": "tsc --pretty",
"build": "rimraf dist && tsc --pretty",
"lint": "tslint src/*.ts",
"lint": "tslint src/**/*.ts",
"release": "standard-version",
"test": "rimraf .test && mocha --trace-warnings --timeout 30000 --exit dist/__test__",
"precommit": "lint-staged"
Expand Down