Skip to content

Commit

Permalink
fix tsx and eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 committed Nov 21, 2023
1 parent b3695e6 commit 67c4e70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cli/create-completion-spec/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
boilerplate
2 changes: 1 addition & 1 deletion cli/publish-spec/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

# We had to extract this script to a file because pnpm crashes when it finds a `!` in an npm script
# We are using npm here because the pid returned by pnpm is wrong and would not shut down the server
TEST_PORT=3005 node --import tsx test/server.ts &
TEST_PORT=3005 "$(pnpm bin)/tsx" test/server.ts &
SERVER_PID=$! &&
sleep 2 && # Arbitrary time
npm run test:fixtures
Expand Down

0 comments on commit 67c4e70

Please sign in to comment.