Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Aug 11, 2023
1 parent f94f3cb commit 4f9c7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lint": "eslint src/",
"pretest": "npm run build",
"test": "jest __tests__ --passWithNoTests",
"inetgrationTest": "npm run build && jest integration-test --passWithNoTests",
"integrationTest": "npm run build && jest integration-test --passWithNoTests",
"version": "echo \"export const Version = '$npm_package_version'\" > src/version.ts && git add src/version.ts && npm run build",
"prepublishOnly": "npm run build"
},
Expand Down

0 comments on commit 4f9c7d6

Please sign in to comment.