Skip to content

Commit 78778ae

Browse files
smoke test
1 parent 74ae414 commit 78778ae

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,9 @@ jobs:
283283
echo "Testing tsserver..."
284284
echo '{"seq": 1, "command": "status"}' | npx tsserver
285285
286-
node $GITHUB_WORKSPACE/scripts/checkModuleFormat.mjs typescript
287-
node $GITHUB_WORKSPACE/scripts/checkModuleFormat.mjs typescript/lib/tsserverlibrary
286+
PKG_NAME=$(jq -r .name < "$GITHUB_WORKSPACE/package.json")
287+
node $GITHUB_WORKSPACE/scripts/checkModuleFormat.mjs "$PKG_NAME"
288+
node $GITHUB_WORKSPACE/scripts/checkModuleFormat.mjs "$PKG_NAME/lib/tsserverlibrary"
288289
289290
package-size:
290291
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)