Skip to content

Commit

Permalink
chore: ensure rollup is run correctly (#2979)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron authored Jan 26, 2024
1 parent 65ca8e2 commit 3e436de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mgt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"scripts": {
"build": "npm-run-all clean build:compile build:bundle",
"build:bundle": "rollup",
"build:bundle": "npm run rollup",
"build:compile": "npm-run-all sass compile",
"build:watch": "npm-run-all -p sass:watch compile:watch",
"clean": "shx rm -rf ./dist && shx rm -rf ./tsconfig.tsbuildinfo",
Expand All @@ -54,4 +54,4 @@
"publishConfig": {
"directory": "dist"
}
}
}

0 comments on commit 3e436de

Please sign in to comment.