Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"eslint": "~9.39.2",
"jest": "~30.3.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.6.2",
"rollup": "~4.60.0",
"ts-jest": "~29.4.6",
Expand Down
3 changes: 1 addition & 2 deletions packages/fuselage-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"/dist"
],
"scripts": {
"build": "run-s .:build:clean .:build:rollup",
"build": "run .:build:clean && run .:build:rollup",
".:build:clean": "rimraf dist",
".:build:rollup": "rollup -c",
"lint": "lint",
Expand All @@ -56,7 +56,6 @@
"jest": "~30.3.0",
"jest-environment-jsdom": "~30.3.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.6.2",
"react": "~18.3.1",
"react-dom": "~18.3.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/fuselage-toastbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"/dist"
],
"scripts": {
"build": "run-s .:build:clean .:build:esm .:build:cjs",
"build": "run .:build:clean && run .:build:esm && run .:build:cjs",
".:build:clean": "rimraf dist",
".:build:esm": "tsc -p tsconfig.esm.json",
".:build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down Expand Up @@ -64,7 +64,6 @@
"jest": "~30.3.0",
"jest-environment-jsdom": "~30.3.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.6.2",
"react": "~18.3.1",
"react-dom": "~18.3.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/fuselage-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"/typography.*"
],
"scripts": {
"build": "run-s .:build:clean .:build:legacy .:build",
"build": "run .:build:clean && run .:build:legacy && run .:build",
".:build": "node ./build --config ./config.js",
".:build:legacy": "build-design-tokens",
".:build:clean": "rimraf dist"
Expand All @@ -40,7 +40,6 @@
"eslint": "~9.39.2",
"eslint-config-prettier": "~10.1.8",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"postcss": "~8.5.10",
"postcss-scss": "~4.0.9",
"prettier": "~3.6.2",
Expand Down
3 changes: 1 addition & 2 deletions packages/fuselage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"start": "webpack --watch --mode development",
"storybook": "storybook dev -p 6006 --no-version-updates",
"build": "run-s .:build:clean .:build:dev .:build:prod",
"build": "run .:build:clean && run .:build:dev && run .:build:prod",
".:build:clean": "rimraf dist",
".:build:prod": "webpack --mode production",
".:build:dev": "webpack --mode development",
Expand Down Expand Up @@ -81,7 +81,6 @@
"lint-all": "workspace:~",
"mini-css-extract-plugin": "~2.10.2",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"path-browserify": "^1.0.1",
"postcss": "~8.5.10",
"postcss-dir-pseudo-class": "~9.0.1",
Expand Down
1 change: 0 additions & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"build-icons": "workspace:~",
"eslint": "~9.39.2",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.6.2",
"rimraf": "~6.0.1",
"stylelint": "~16.25.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"/dist"
],
"scripts": {
"build": "run-s .:build:clean .:build:esm .:build:cjs",
"build": "run .:build:clean && run .:build:esm && run .:build:cjs",
".:build:clean": "rimraf dist",
".:build:esm": "tsc -p tsconfig.esm.json",
".:build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down Expand Up @@ -51,7 +51,6 @@
"jest": "~30.3.0",
"jest-environment-jsdom": "~30.3.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.6.2",
"react": "~18.3.1",
"react-dom": "~18.3.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"/dist"
],
"scripts": {
"build": "run-s .:build:clean .:build:esm .:build:cjs .:build:logo",
"build": "run .:build:clean && run .:build:esm && run .:build:cjs && run .:build:logo",
".:build:clean": "rimraf dist",
".:build:esm": "tsc -p tsconfig.esm.json",
".:build:cjs": "tsc -p tsconfig.cjs.json",
Expand All @@ -51,7 +51,6 @@
"jest": "~30.3.0",
"jest-environment-jsdom": "~30.3.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.6.2",
"react": "~18.3.1",
"react-dom": "~18.3.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/onboarding-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"/dist"
],
"scripts": {
"build": "run-s .:build:clean .:build:cjs .:build:esm",
"build": "run .:build:clean && run .:build:cjs && run .:build:esm",
".:build:clean": "rimraf dist",
".:build:esm": "tsc -p tsconfig.esm.json",
".:build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down Expand Up @@ -63,7 +63,6 @@
"jest": "~30.3.0",
"jest-environment-jsdom": "~30.3.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.6.2",
"react": "~18.3.1",
"react-dom": "~18.3.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/string-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"/dist"
],
"scripts": {
"build": "run-s .:build:clean .:build:esm .:build:cjs",
"build": "run .:build:clean && run .:build:esm && run .:build:cjs",
".:build:clean": "rimraf dist",
".:build:esm": "tsc -p tsconfig.esm.json",
".:build:cjs": "tsc -p tsconfig.cjs.json",
Expand All @@ -40,7 +40,6 @@
"eslint": "~9.39.2",
"jest": "~30.3.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.6.2",
"rimraf": "~6.0.1",
"ts-jest": "~29.4.6",
Expand Down
3 changes: 1 addition & 2 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"/dist"
],
"scripts": {
"build": "run-s .:build:clean .:build:esm .:build:cjs",
"build": "run .:build:clean && run .:build:esm && run .:build:cjs",
".:build:clean": "rimraf dist",
".:build:esm": "tsc -p tsconfig.esm.json",
".:build:cjs": "tsc -p tsconfig.cjs.json",
Expand All @@ -44,7 +44,6 @@
"jest": "~30.3.0",
"jest-environment-jsdom": "~30.3.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.6.2",
"react": "~18.3.1",
"react-dom": "~18.3.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/stylis-logical-props-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"/dist"
],
"scripts": {
"build": "run-s .:build:clean .:build:esm .:build:cjs",
"build": "run .:build:clean && run .:build:esm && run .:build:cjs",
".:build:clean": "rimraf dist",
".:build:esm": "tsc -p tsconfig.esm.json",
".:build:cjs": "tsc -p tsconfig.cjs.json",
Expand All @@ -37,7 +37,6 @@
"devDependencies": {
"eslint": "~9.39.2",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.6.2",
"rimraf": "~6.0.1",
"stylis": "~4.3.6",
Expand Down
3 changes: 1 addition & 2 deletions tools/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"resolve-workspace-deps": "run-s .:resolve-workspace-deps:run-script .:resolve-workspace-deps:update-lockfile .:resolve-workspace-deps:git-commit",
"resolve-workspace-deps": "run .:resolve-workspace-deps:run-script && run .:resolve-workspace-deps:update-lockfile && run .:resolve-workspace-deps:git-commit",
".:resolve-workspace-deps:run-script": "node src/resolve-workspace-deps.ts",
".:resolve-workspace-deps:update-lockfile": "cross-env YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn",
".:resolve-workspace-deps:git-commit": "git -c user.name='Rocket.Chat' -c user.email='support@rocket.chat' commit --all --amend --no-edit --no-verify",
Expand All @@ -17,7 +17,6 @@
"endent": "^2.1.0",
"eslint": "~9.39.2",
"fast-glob": "~3.3.3",
"npm-run-all": "^4.1.5",
"prettier": "~3.6.2",
"typescript": "~5.9.3"
},
Expand Down
Loading
Loading