Skip to content

Commit

Permalink
Remove clean resources task so translations stay (#2775)
Browse files Browse the repository at this point in the history
  • Loading branch information
skapur12 authored Aug 7, 2023
1 parent 2d414dd commit f31b8b6
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"ts": "ts-node --project tsconfig.node.json --files",
"ts:fast": "npm run ts -T",
"start": "npm run electron:prod",
"clean": "rimraf build/* dll/* python/dist/* python/build/* && npm run clean:resources",
"clean:resources": "bux rmrf ./resources",
"clean": "rimraf build/* dll/* python/dist/* python/build/*",
"karma": "node --max_old_space_size=4096 node_modules/karma/bin/karma",
"test": "npm run test-client:coverage && npm run test-app",
"test-app": "cross-env COVERAGE=1 npm run karma -- start",
Expand Down
1 change: 0 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"clean:build": "bux rmrf ./build",
"clean:esm": "bux rmrf ./lib",
"clean:cjs": "bux rmrf ./lib-cjs",
"clean:resources": "bux rmrf ./resources",
"test": "jest",
"test:coverage": "jest --collect-coverage",
"test:all": "npm run test:coverage",
Expand Down
1 change: 0 additions & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"clean:build": "bux rmrf ./build",
"clean:esm": "bux rmrf ./lib",
"clean:cjs": "bux rmrf ./lib-cjs",
"clean:resources": "bux rmrf ./resources",
"test": "jest",
"test:coverage": "jest --collect-coverage",
"test:all": "cross-env BE_ENABLE_A11Y_TESTING=true npm run test:coverage",
Expand Down
1 change: 0 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"clean:build": "bux rmrf ./build",
"clean:esm": "bux rmrf ./lib",
"clean:cjs": "bux rmrf ./lib-cjs",
"clean:resources": "bux rmrf ./resources",
"test": "jest",
"test:coverage": "jest --collect-coverage",
"test:all": "cross-env BE_ENABLE_A11Y_TESTING=true npm run test:coverage",
Expand Down
1 change: 0 additions & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"clean:build": "bux rmrf ./build",
"clean:esm": "bux rmrf ./lib",
"clean:cjs": "bux rmrf ./lib-cjs",
"clean:resources": "bux rmrf ./resources",
"test": "jest",
"test:coverage": "jest --collect-coverage",
"test:all": "npm run test:coverage",
Expand Down
1 change: 0 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"clean": "run-p clean:*",
"clean:build": "bux rmrf ./build",
"clean:esm": "bux rmrf ./lib",
"clean:resources": "bux rmrf ./dev-server/resources",
"clean:umd": "bux rmrf ./lib-umd",
"test": "jest",
"test:coverage": "jest --collect-coverage",
Expand Down

0 comments on commit f31b8b6

Please sign in to comment.