Skip to content

Commit

Permalink
fix(workspace): testing config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisarts committed Sep 7, 2024
1 parent e0b9286 commit e475fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "turbo run build",
"build:release": "yarn build && yarn libs:foreach pack && yarn libs:foreach exec \"mkdir _release && tar zxvf package.tgz --directory _release && rm package.tgz\"",
"build:watch": "turbo run build:watch --concurrency 14",
"docgen": "yarn libs:foreach run docgen && node ./scripts/docs.mjs",
"docgen": "yarn libs:foreach exec npx docgen && node ./scripts/docs.mjs",
"docs:build": "turbo run docs:build",
"example:expo": "yarn workspace expo-app run start",
"extension:dev": "turbo run vscode:dev",
Expand Down
1 change: 1 addition & 0 deletions packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"build:watch": "tsc -p tsconfig.build.json -w",
"clean": "rm -rf build",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput",
"docgen": "docgen",
"lint": "eslint \"./**/*.{ts,tsx}\"",
"test": "jest",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
Expand Down

0 comments on commit e475fd7

Please sign in to comment.