refactor: more cleanup #195

Merged
mcataford merged 2 commits from further-cleanup into master 2021-03-19 21:15:57 +00:00
3 changed files with 2 additions and 4 deletions

View file

@ -7,7 +7,6 @@
[![codecov](https://codecov.io/gh/mcataford/packwatch/branch/master/graph/badge.svg)](https://codecov.io/gh/mcataford/packwatch)
![packwatch CI](https://github.com/mcataford/packwatch/workflows/packwatch%20CI/badge.svg)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
## Overview

View file

@ -27,7 +27,8 @@
"url": "https://github.com/mcataford/packwatch.git"
},
"scripts": {
"prebuild": "rimraf dist",
"prepack": "yarn build",
"prebuild": "rm -rf dist",
"build": "babel src/index.ts src/cli.ts -d dist --extensions .ts",
"lint": "eslint src/**/*.ts",
"lint:fix": "yarn lint --fix",
@ -55,7 +56,6 @@
"eslint-plugin-prettier": "^3.1.2",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
}
}

View file

@ -5592,7 +5592,6 @@ __metadata:
eslint-plugin-prettier: ^3.1.2
jest: ^26.0.1
prettier: ^2.0.5
rimraf: ^3.0.2
typescript: ^4.1.3
bin:
packwatch: ./dist/cli.js