Skip to content

Commit a067cf8

Browse files
compile script renamed to build
1 parent f7a1e38 commit a067cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"rest"
1515
],
1616
"scripts": {
17-
"compile": "tsc",
18-
"prepublishOnly": "npm run compile && npm run test && npm run lint",
17+
"build": "tsc",
18+
"prepublishOnly": "npm run build && npm run test && npm run lint",
1919
"lint": "eslint ./src --ext .ts",
2020
"lint:fix": "npm run lint -- --fix",
2121
"doc": "typedoc --name Jira.js --mode file --out docs ./src",

0 commit comments

Comments
 (0)