chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-26 22:29:15 -07:00
parent 39bcc8a4ca
commit ee8457443e
4 changed files with 3 additions and 9 deletions

View File

@@ -10,10 +10,6 @@ module.exports = {
format: {
script: 'nx format:write',
description: 'Format the source code of the entire workspace (auto-run on precommit hook)'
},
setup: {
script: 'npx rimraf -- hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup',
description: 'Setup the workspace for development'
},
// app testing targets
apps: {