0.9.5 • Published 4 years ago
npm-run-lock v0.9.5
npm-run-lock
npm run xxxxxの重複した実行を防ぐコマンドを追加します。
Addition of command to suppress multiple launch of npm script.
Usage
syntax - cmd
lock [...commandAndArguments]example - package.json
{
  "scripts": {
    "watch": "lock tsc -w",
    ...
  },
  ...
}Recommendation - .gitignore
.lock