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 f7a1e38 commit a067cf8Copy full SHA for a067cf8
package.json
@@ -14,8 +14,8 @@
14
"rest"
15
],
16
"scripts": {
17
- "compile": "tsc",
18
- "prepublishOnly": "npm run compile && npm run test && npm run lint",
+ "build": "tsc",
+ "prepublishOnly": "npm run build && npm run test && npm run lint",
19
"lint": "eslint ./src --ext .ts",
20
"lint:fix": "npm run lint -- --fix",
21
"doc": "typedoc --name Jira.js --mode file --out docs ./src",
0 commit comments