Skip to content

Commit abab79b

Browse files
committed
chore: fix build issues related to /dist cleanup
1 parent bd3616f commit abab79b

4 files changed

Lines changed: 33 additions & 23 deletions

File tree

packages/jsActions/mobile-resources-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"@types/querystringify": "^2.0.0",
4848
"@types/url-parse": "^1.4.3",
4949
"mendix": "~10.0.9976",
50-
"rimraf": "^6.0.1"
50+
"rimraf": "^6.1.2"
5151
}
5252
}

packages/tools/piw-native-utils-internal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"types": "dist/index.d.ts",
1515
"scripts": {
1616
"start": "tsc --watch",
17-
"prebuild": "rimraf ./dist",
17+
"prebuild": "rimraf ./dist/**",
1818
"build": "tsc",
1919
"lint": "eslint --config ../../../.eslintrc.js --ext .jsx,.js,.ts,.tsx src/",
2020
"prepare": "pnpm build",
2121
"postinstall": "pnpm build"
2222
},
2323
"devDependencies": {
2424
"@mendix/pluggable-widgets-tools": "*",
25-
"rimraf": "^5.0.10"
25+
"rimraf": "^6.1.2"
2626
}
2727
}

packages/tools/piw-utils-internal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"types": "dist/index.d.ts",
1515
"scripts": {
1616
"start": "tsc --watch",
17-
"prebuild": "rimraf ./dist",
17+
"prebuild": "rimraf ./dist/**",
1818
"build": "tsc",
1919
"lint": "eslint --config ../../../.eslintrc.js --ext .jsx,.js,.ts,.tsx src/",
2020
"prepare": "pnpm build",
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@mendix/pluggable-widgets-tools": "*",
26-
"rimraf": "^5.0.10"
26+
"rimraf": "^6.1.2"
2727
},
2828
"files": [
2929
"components",

pnpm-lock.yaml

Lines changed: 28 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)