Skip to content

Instantly share code, notes, and snippets.

@nabigraphics
Last active October 25, 2020 08:04
Show Gist options
  • Save nabigraphics/ea08e75f632416b697850200d2adcbdc to your computer and use it in GitHub Desktop.
Save nabigraphics/ea08e75f632416b697850200d2adcbdc to your computer and use it in GitHub Desktop.
"scripts": {
"test": "lerna run test",
"lint": "lerna run lint --parallel",
"lint:fix": "lerna run lint:fix --parallel",
"format": "lerna run format",
"bootstrap": "lerna bootstrap",
"clean-lerna": "lerna clean",
"clean-all": "yarn clean-lerna && rimraf node_modules",
"main": "yarn workspace @project/main",
"webview": "yarn workspace @project/webview"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment