Skip to content

Commit 32c0526

Browse files
skapur12gingi
authored andcommitted
Remove clean resources task so translations stay (#2775)
1 parent 3b2bd9f commit 32c0526

File tree

6 files changed

+1
-7
lines changed

6 files changed

+1
-7
lines changed

desktop/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"ts": "ts-node --project tsconfig.node.json --files",
2323
"ts:fast": "npm run ts -T",
2424
"start": "npm run electron:prod",
25-
"clean": "rimraf build/* dll/* python/dist/* python/build/* && npm run clean:resources",
26-
"clean:resources": "bux rmrf ./resources",
25+
"clean": "rimraf build/* dll/* python/dist/* python/build/*",
2726
"karma": "node --max_old_space_size=4096 node_modules/karma/bin/karma",
2827
"test": "npm run test-client:coverage && npm run test-app",
2928
"test-app": "cross-env COVERAGE=1 npm run karma -- start",

packages/common/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"clean:build": "bux rmrf ./build",
2626
"clean:esm": "bux rmrf ./lib",
2727
"clean:cjs": "bux rmrf ./lib-cjs",
28-
"clean:resources": "bux rmrf ./resources",
2928
"test": "jest",
3029
"test:coverage": "jest --collect-coverage",
3130
"test:all": "npm run test:coverage",

packages/playground/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"clean:build": "bux rmrf ./build",
2727
"clean:esm": "bux rmrf ./lib",
2828
"clean:cjs": "bux rmrf ./lib-cjs",
29-
"clean:resources": "bux rmrf ./resources",
3029
"test": "jest",
3130
"test:coverage": "jest --collect-coverage",
3231
"test:all": "cross-env BE_ENABLE_A11Y_TESTING=true npm run test:coverage",

packages/react/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"clean:build": "bux rmrf ./build",
2727
"clean:esm": "bux rmrf ./lib",
2828
"clean:cjs": "bux rmrf ./lib-cjs",
29-
"clean:resources": "bux rmrf ./resources",
3029
"test": "jest",
3130
"test:coverage": "jest --collect-coverage",
3231
"test:all": "cross-env BE_ENABLE_A11Y_TESTING=true npm run test:coverage",

packages/service/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"clean:build": "bux rmrf ./build",
2626
"clean:esm": "bux rmrf ./lib",
2727
"clean:cjs": "bux rmrf ./lib-cjs",
28-
"clean:resources": "bux rmrf ./resources",
2928
"test": "jest",
3029
"test:coverage": "jest --collect-coverage",
3130
"test:all": "npm run test:coverage",

web/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"clean": "run-p clean:*",
3030
"clean:build": "bux rmrf ./build",
3131
"clean:esm": "bux rmrf ./lib",
32-
"clean:resources": "bux rmrf ./dev-server/resources",
3332
"clean:umd": "bux rmrf ./lib-umd",
3433
"test": "jest",
3534
"test:coverage": "jest --collect-coverage",

0 commit comments

Comments
 (0)