Skip to content

Commit

Permalink
✅ Fix E2E?!
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed May 7, 2024
1 parent 75174d8 commit 228f656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions e2e/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Modified during E2E tests
.npmrc
2 changes: 1 addition & 1 deletion packages/tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint:check": "eslint --ext .cjs,.ts .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepublishOnly": "pnpm run inference-codegen && git diff --name-only --exit-code && pnpm run build",
"prepublishOnly": "pnpm run inference-codegen && git diff . --name-only --exit-code && pnpm run build",
"build": "tsup src/index.ts --format cjs,esm --clean && tsc --emitDeclarationOnly --declaration",
"prepare": "pnpm run build",
"check": "tsc",
Expand Down

0 comments on commit 228f656

Please sign in to comment.