Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Jan 4, 2024
1 parent 38614d4 commit f816dcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core
Submodule core updated 1 files
+2 −2 package.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"purge": "rimraf node_modules/ --glob packages/*/node_modules/ --glob core/packages/*/node_modules/",
"regen-docs": "pnpm -r --parallel --aggregate-output run regen-docs",
"regen-samples": "pnpm -r run regen-samples",
"test-official": "pnpm -r --parallel --aggregate-output test-official",
"test-official": "pnpm -r --aggregate-output test-official",
"test:e2e": "pnpm -r run e2e",
"test": "pnpm -r --parallel --aggregate-output run test",
"test": "pnpm -r --aggregate-output run test",
"update-latest-docs": "pnpm -r run update-latest-docs",
"watch": "tsc --build ./tsconfig.ws.json --watch"
},
Expand Down

0 comments on commit f816dcd

Please sign in to comment.