Skip to content

Commit

Permalink
add prebuild script (#25563)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Mar 20, 2024
1 parent 88a7924 commit 4243a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -86,6 +86,7 @@
"!**/*.spec.?(c|m)js"
],
"scripts": {
"prebuild": "npm run clean",
"build": "npm run compile && npm run copy-files && npm run compile-types && npm run copy-types",
"clean": "rimraf dist",
"compile": "tsc",
Expand Down

0 comments on commit 4243a4b

Please sign in to comment.