Skip to content

Commit

Permalink
run tests with pnpm -r
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored and pngwn committed Aug 15, 2024
1 parent c6d7eaa commit b3a7bc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"lint": "prettier --check .",
"format": "prettier --write .",
"test": "uvu -r ts-node/register packages test.ts$",
"test": "pnpm -r --filter=!site test",
"test:filter": "uvu -r ts-node/register",
"release": "pnpm -r build && changeset publish",
"changeset:add": "changeset add",
Expand Down
3 changes: 2 additions & 1 deletion packages/mdsvex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"module": "dist/main.mjs",
"repository": "https://github.com/pngwn/MDsveX",
"scripts": {
"build": "rollup -c"
"build": "rollup -c",
"test": "uvu -r ts-node/register test test.ts$"
},
"files": [
"dist/*",
Expand Down
3 changes: 0 additions & 3 deletions packages/svast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "0.2.0",
"description": "Types for svast, a Svelte AST specification",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pngwn/MDsveX/tree/master/packages/svast"
Expand Down

0 comments on commit b3a7bc7

Please sign in to comment.