Skip to content

Instantly share code, notes, and snippets.

@k-maru
Last active January 23, 2020 01:29
Show Gist options
  • Save k-maru/a2c6354607170bc40ca064810282b133 to your computer and use it in GitHub Desktop.
Save k-maru/a2c6354607170bc40ca064810282b133 to your computer and use it in GitHub Desktop.
便利 npm scripts

ファイル削除

npm install --save-dev rimraf
scripts {
  clean: "rimraf ./some/directory"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment