fix: windows issues with sandbox not building initially

This commit is contained in:
Andrew Bastin
2021-11-04 12:47:09 +05:30
parent 7d3e1a700f
commit ad7b8da37e

View File

@@ -16,6 +16,7 @@
"test": "npx jest",
"build": "npx tsc",
"clean": "npx tsc --build --clean",
"postinstall": "pnpm run build",
"prepublish": "pnpm run build",
"do-lint": "pnpm run lint",
"do-lintfix": "pnpm run lintfix",