Skip to content

Commit

Permalink
fix cube deployment (#3746)
Browse files Browse the repository at this point in the history
  • Loading branch information
YannanGao-gs authored Dec 17, 2024
1 parent 399e02f commit 3ad90f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/quiet-ants-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
'@finos/legend-application-data-cube-deployment': patch
---
6 changes: 3 additions & 3 deletions packages/legend-application-data-cube-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"scripts": {
"build:tailwindcss": "tailwindcss -i ./style/tailwind.css -o ./lib/tailwind.css --minify",
"build:webpack": "cross-env NODE_ENV=production webpack --mode production",
"build-dry:docker": "../../scripts/docker/dry-build-docker-image.sh legend-data-cube ./dist/data-cube ",
"build-dry:docker": "../../scripts/docker/dry-build-docker-image.sh legend-data-cube ./dist/data-cube",
"bundle": "yarn clean && yarn build:webpack && node ./scripts/setup.js ./dist/data-cube ",
"bundle:analyze": "cross-env NODE_ENV=production webpack --mode production --analyze",
"bundle:fast": "cross-env NODE_ENV=production PRODUCTION_MODE=fast webpack --mode production && node ./scripts/setup.js ./dist/data-cube ",
"bundle:fast": "cross-env NODE_ENV=production PRODUCTION_MODE=fast webpack --mode production && node ./scripts/setup.js ./dist/data-cube",
"clean": "yarn clean:cache && rimraf \"dist\"",
"clean:cache": "rimraf \"build\"",
"dev": "npm-run-all --parallel dev:ts dev:tailwindcss dev:webpack",
Expand Down Expand Up @@ -52,4 +52,4 @@
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0"
}
}
}

0 comments on commit 3ad90f0

Please sign in to comment.