feat: use @excalidraw/utils as a workspace in the codebase

This commit is contained in:
Aakansha Doshi
2024-05-03 15:54:06 +05:30
parent d9bbf1eda6
commit 6a1477a55c
12 changed files with 151 additions and 73 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
"locales-coverage:description": "node scripts/locales-coverage-description.js",
"prepare": "husky install",
"prettier": "prettier \"**/*.{css,scss,json,md,html,yml}\" --ignore-path=.eslintignore",
"start": "yarn --cwd ./excalidraw-app start",
"start": "yarn workspace @excalidraw/utils build:esm && yarn --cwd ./excalidraw-app start",
"start:app:production": "npm run build && npx http-server build -a localhost -p 5001 -o",
"test:all": "yarn test:typecheck && yarn test:code && yarn test:other && yarn test:app --watch=false",
"test:app": "vitest",