Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 08ae335

Browse files
committedMar 13, 2025·
Move common package into forklift
Signed-off-by: Aviv Turgeman <[email protected]>
1 parent c16eb10 commit 08ae335

File tree

168 files changed

+260
-2148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+260
-2148
lines changed
 

‎package.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,20 @@
77
"repository": "https://github.com/kubev2v/forklift-console-plugin.git",
88
"workspaces": [
99
"packages/eslint-plugin",
10-
"packages/common",
1110
"packages/forklift-console-plugin"
1211
],
1312
"scripts": {
14-
"clean": "rm -rf ./dist ./coverage && yarn workspace @kubev2v/common run clean && yarn workspace @kubev2v/forklift-console-plugin run clean",
13+
"clean": "rm -rf ./dist ./coverage && yarn workspace @kubev2v/forklift-console-plugin run clean",
1514
"clean:all": "yarn run clean && rm -rf ./node_modules ./tmp",
16-
"build": "NODE_ENV=production yarn workspace @kubev2v/common run build && NODE_ENV=production yarn workspace @kubev2v/forklift-console-plugin run build",
17-
"start": "concurrently \"NODE_ENV=development yarn workspace @kubev2v/common run start\" \"NODE_ENV=development yarn workspace @kubev2v/forklift-console-plugin run start\"",
15+
"build": "NODE_ENV=production yarn workspace @kubev2v/forklift-console-plugin run build",
16+
"start": "NODE_ENV=development yarn workspace @kubev2v/forklift-console-plugin run start",
1817
"i18n": "yarn workspace @kubev2v/forklift-console-plugin run i18n",
1918
"lint": "yarn workspaces run lint",
2019
"lint:fix": "yarn workspaces run lint:fix",
2120
"test:i18n": "bash ./ci/test-i18n.sh",
22-
"test": "yarn workspace @kubev2v/common run build && yarn workspaces run test",
23-
"test:coverage": "yarn workspace @kubev2v/common run build && yarn workspaces run test:coverage",
24-
"test:updateSnapshot": "yarn workspace @kubev2v/common run build && yarn workspaces run test:updateSnapshot",
21+
"test": "yarn workspaces run test",
22+
"test:coverage": "yarn workspaces run test:coverage",
23+
"test:updateSnapshot": "yarn workspaces run test:updateSnapshot",
2524
"test:e2e": "cd testing && cypress run --browser chrome --headed",
2625
"console": "bash ./ci/start-console.sh",
2726
"console:stop": "bash ./ci/stop-console.sh",

‎packages/common/rollup.config.js

-37
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.