diff --git a/README.md b/README.md index ff921c6..9f7b9ee 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ $ npm install Build the typescript and package it for distribution ```bash -$ npm run build && npm run package +$ npm run build ``` Run the tests :heavy_check_mark: diff --git a/package.json b/package.json index b607dc3..5083002 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,6 @@ "check:format": "prettier --check .", "check:lint": "eslint .", "fix:format": "prettier --write .", - "lint": "eslint src/**/*.ts", - "package": "ncc build --source-map --license licenses.txt", "test": "jest" } }