Fix cross-project editor support

This commit is contained in:
Andrew Branch
2020-05-19 15:09:27 -07:00
parent c1c5db9c2f
commit 6370b7e0eb
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
"lint": "eslint . --ext .ts",
"format": "prettier --write 'packages/**/*.ts'",
"test": "jest",
"build": "tsc -b tsconfig.all.json",
"build": "tsc -b .",
"retag": "node packages/retag/lib/retag.js"
},
"devDependencies": {