Skip to content

Commit

Permalink
fix(ci): fix subargs issue w/pte e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Feb 14, 2024
1 parent 8460c34 commit 1d69897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/portable-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"prettier": "prettier --write './**/*.{ts,tsx,js,css,html}'",
"dev": "cd ./test/ && ts-node serve",
"test": "jest",
"test:e2e": "cd e2e-tests && jest --config=e2e.config.cjs",
"test:e2e": "jest --config=e2e-tests/e2e.config.cjs",
"test:watch": "jest --watch",
"watch": "pkg-utils watch --tsconfig tsconfig.lib.json"
},
Expand Down

0 comments on commit 1d69897

Please sign in to comment.