Skip to content

Commit

Permalink
[core] Add the download tracker build script (#33941)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Aug 16, 2022
1 parent 0f0fcb0 commit ee0b747
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/mui-core-internal-download-tracker/package.json
Expand Up @@ -20,6 +20,9 @@
"url": "https://opencollective.com/mui"
},
"scripts": {
"build": "mkdir build && cpy index.js build/ && yarn build:copy-files",
"build:copy-files": "node ../../scripts/copy-files.js",
"prebuild": "rimraf build",
"release": "npm publish ."
}
}

0 comments on commit ee0b747

Please sign in to comment.