|
|
@ -60,9 +60,9 @@
|
|
|
|
"prettier": "@excalidraw/prettier-config",
|
|
|
|
"prettier": "@excalidraw/prettier-config",
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"build-node": "node ./scripts/build-node.js",
|
|
|
|
"build-node": "node ./scripts/build-node.js",
|
|
|
|
"build:app:docker": "cross-env VITE_APP_DISABLE_SENTRY=true VITE_APP_DISABLE_TRACKING=true vite build",
|
|
|
|
"build:app:docker": "yarn --cwd ./excalidraw-app build:app:docker",
|
|
|
|
"build:app": "cross-env VITE_APP_GIT_SHA=$VERCEL_GIT_COMMIT_SHA vite build",
|
|
|
|
"build:app": "yarn --cwd ./excalidraw-app build:app",
|
|
|
|
"build:version": "node ./scripts/build-version.js",
|
|
|
|
"build:version": "yarn --cwd ./excalidraw-app build:version",
|
|
|
|
"build": "yarn --cwd ./excalidraw-app build",
|
|
|
|
"build": "yarn --cwd ./excalidraw-app build",
|
|
|
|
"fix:code": "yarn test:code --fix",
|
|
|
|
"fix:code": "yarn test:code --fix",
|
|
|
|
"fix:other": "yarn prettier --write",
|
|
|
|
"fix:other": "yarn prettier --write",
|
|
|
|