Skip to content

Commit aff63fd

Browse files
committed
refactor(apps-engine): package.json
1 parent 37e1065 commit aff63fd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/apps-engine/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/RocketChat/Rocket.Chat.Apps-engine.git"
16+
"url": "git+https://github.com/RocketChat/Rocket.Chat.git"
1717
},
1818
"license": "MIT",
1919
"author": {
@@ -36,10 +36,10 @@
3636
],
3737
"files": ["definition/**"],
3838
"scripts": {
39-
"build": "run-s .:build:clean .:build:default",
40-
".:build:clean": "rimraf definition",
41-
".:build:default": "tsc -p tsconfig.json",
42-
"dev": "yarn .:build:default --watch",
39+
"build": "run-s build:clean build:default",
40+
"build:clean": "rimraf definition",
41+
"build:default": "tsc -p tsconfig.json",
42+
"dev": "yarn build:default --watch",
4343
"gen-doc": "typedoc",
4444
"lint": "yarn eslint .",
4545
"typecheck": "tsc -p tsconfig.json --noEmit"

0 commit comments

Comments
 (0)