Skip to content

Instantly share code, notes, and snippets.

@yousifalraheem
Created June 14, 2020 07:33
Show Gist options
  • Save yousifalraheem/ea035df7a37dbbba1430224dd4edf624 to your computer and use it in GitHub Desktop.
Save yousifalraheem/ea035df7a37dbbba1430224dd4edf624 to your computer and use it in GitHub Desktop.
NPM Package script with chained spread commands
{
"scripts": {
"build": "rimraf dist && tslint -p tsconfig.json && webpack -mode production"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment