Skip to content

Commit

Permalink
fix clean file and ensure rimraf is enumerated as dependency (microso…
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt authored and radium-v committed Apr 29, 2024
1 parent 030e450 commit 5f46ee5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "update clean file to .cjs and ensure rimraf is in dependency tree",
"packageName": "@fluentui/web-components",
"email": "chhol@microsoft.com",
"dependentChangeType": "none"
}
File renamed without changes.
3 changes: 2 additions & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"scripts": {
"tsc": "tsc",
"api-extractor": "api-extractor",
"clean": "node ./build/clean.js dist",
"clean": "node ./build/clean.cjs dist",
"doc": "api-extractor run --local",
"doc:ci": "yarn doc",
"build": "tsc -p ./tsconfig.json && rollup -c && yarn doc",
Expand Down Expand Up @@ -84,6 +84,7 @@
"karma-webpack": "5.0.0",
"mocha": "7.2.0",
"@microsoft/api-extractor": "7.31.2",
"rimraf": "^3.0.2",
"typescript": "4.7.4"
},
"dependencies": {
Expand Down

0 comments on commit 5f46ee5

Please sign in to comment.