We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e1065 commit aff63fdCopy full SHA for aff63fd
1 file changed
packages/apps-engine/package.json
@@ -13,7 +13,7 @@
13
},
14
"repository": {
15
"type": "git",
16
- "url": "git+https://github.com/RocketChat/Rocket.Chat.Apps-engine.git"
+ "url": "git+https://github.com/RocketChat/Rocket.Chat.git"
17
18
"license": "MIT",
19
"author": {
@@ -36,10 +36,10 @@
36
],
37
"files": ["definition/**"],
38
"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",
+ "build": "run-s build:clean build:default",
+ "build:clean": "rimraf definition",
+ "build:default": "tsc -p tsconfig.json",
+ "dev": "yarn build:default --watch",
43
"gen-doc": "typedoc",
44
"lint": "yarn eslint .",
45
"typecheck": "tsc -p tsconfig.json --noEmit"
0 commit comments