We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355a84f commit a85f8dcCopy full SHA for a85f8dc
package.json
@@ -11,7 +11,7 @@
11
"scripts": {
12
"build": "tsc",
13
"prepublishOnly": "npm run build && npm run test && npm run lint",
14
- "test": "npm run test:unit && npm run test:integration",
+ "test": "npm run test:unit",
15
"prettier": "prettier --write src",
16
"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",
17
"lint": "eslint src tests --ext .ts",
0 commit comments