Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into monorepo-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Apr 7, 2022
2 parents 0490355 + 6f22bdd commit 9379b6f
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Build Rocket.Chat
if: startsWith(github.ref, 'refs/pull/') != true
run: |
yarn build:ci --directory /tmp/build-test
yarn build:ci -- --directory /tmp/build-test
- name: Prepare build
run: |
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"start": "meteor",
"build:ci": "meteor build --server-only",
"dev": "meteor",
"dev": "meteor --exclude-archs \"web.browser.legacy, web.cordova\"",
"ha": "meteor npm run ha:start",
"ha:start": "ts-node .scripts/run-ha.ts main",
"ha:add": "ts-node .scripts/run-ha.ts instance",
Expand Down
93 changes: 47 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,49 @@
{
"name": "rocket.chat",
"version": "4.7.0-develop",
"description": "Rocket.Chat Monorepo",
"main": "index.js",
"private": true,
"scripts": {
"postinstall": "husky install",
"build": "turbo run build",
"testunit": "turbo run testunit",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint"
},
"devDependencies": {
"husky": "^7.0.1",
"turbo": "latest"
},
"workspaces": [
"apps/*",
"packages/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RocketChat/Rocket.Chat.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/RocketChat/Rocket.Chat/issues"
},
"homepage": "https://github.com/RocketChat/Rocket.Chat#readme",
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
},
"packageManager": "yarn@3.2.0",
"houston": {
"minTag": "0.55.0-rc.0",
"updateFiles": [
"apps/meteor/package.json",
"apps/meteor/package-lock.json",
"apps/meteor/.snapcraft/snap/snapcraft.yaml",
"apps/meteor/.snapcraft/resources/prepareRocketChat",
"apps/meteor/.docker/Dockerfile.rhel",
"apps/meteor/app/utils/rocketchat.info"
]
}
"name": "rocket.chat",
"version": "4.7.0-develop",
"description": "Rocket.Chat Monorepo",
"main": "index.js",
"private": true,
"scripts": {
"postinstall": "husky install",
"build": "turbo run build",
"build:ci": "turbo run build:ci",
"testunit": "turbo run testunit",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint"
},
"devDependencies": {
"husky": "^7.0.1",
"turbo": "latest"
},
"workspaces": [
"apps/*",
"packages/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RocketChat/Rocket.Chat.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/RocketChat/Rocket.Chat/issues"
},
"homepage": "https://github.com/RocketChat/Rocket.Chat#readme",
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
},
"packageManager": "yarn@3.2.0",
"houston": {
"minTag": "0.55.0-rc.0",
"updateFiles": [
"apps/meteor/package.json",
"apps/meteor/package-lock.json",
"apps/meteor/.snapcraft/snap/snapcraft.yaml",
"apps/meteor/.snapcraft/resources/prepareRocketChat",
"apps/meteor/.docker/Dockerfile.rhel",
"apps/meteor/app/utils/rocketchat.info"
]
}
}

0 comments on commit 9379b6f

Please sign in to comment.