Skip to content

Commit

Permalink
integration tests temporary disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring committed Dec 1, 2023
1 parent 355a84f commit a85f8dc
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 @@ -11,7 +11,7 @@
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build && npm run test && npm run lint",
"test": "npm run test:unit && npm run test:integration",
"test": "npm run test:unit",
"prettier": "prettier --write src",
"doc": "typedoc --name \"Confluence.js - Cloud and Server API library\" --out docs ./src/index.ts --plugin typedoc-plugin-extras --footerDate --footerTime --footerTypedocVersion --favicon https://svgshare.com/i/bVi.svg",
"lint": "eslint src tests --ext .ts",
Expand Down

0 comments on commit a85f8dc

Please sign in to comment.