diff --git a/.gitignore b/.gitignore index 2c049dae..416d02ea 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,6 @@ /node_modules /tmp -oclif.lock + oclif.manifest.json npm-shrinkwrap.json diff --git a/package.json b/package.json index 648c0278..2cda2008 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,7 @@ "files": [ "oclif.manifest.json", "/lib", - "npm-shrinkwrap.json", - "oclif.lock" + "npm-shrinkwrap.json" ], "homepage": "https://github.com/oclif/plugin-help", "keywords": [ @@ -53,12 +52,12 @@ "repository": "oclif/plugin-help", "scripts": { "build": "shx rm -rf lib && tsc", - "clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json oclif.lock", + "clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json", "compile": "tsc", "lint": "eslint . --ext .ts", "postpack": "yarn run clean", "posttest": "yarn lint", - "prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap && oclif lock", + "prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap", "prepare": "husky && yarn build", "pretest": "yarn build --noEmit && tsc -p test --noEmit", "test": "mocha --forbid-only \"test/**/*.test.ts\"",