Skip to content

Commit

Permalink
fix: test script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1030 committed May 20, 2024
1 parent 520201f commit 38078f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { runCommand } from './utils'
const testCommand = 'cross-env NODE_ENV=test '
+ 'pnpm run test:compiler --run && '
+ 'pnpm run test:e2e --run && '
+ 'pnpm run test:eslint-parser --run'
+ 'pnpm run test:eslint-parser'

runCommand(testCommand)

0 comments on commit 38078f5

Please sign in to comment.