Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alexy Mantha <alexy@mantha.dev>
  • Loading branch information
alexymantha committed Jan 3, 2024
1 parent a02c73c commit bafdf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"scripts": {
"build": "webpack --config ./webpack.config.js --mode=development && tar -C dist -zcvf extension.tar.gz resources",
"install": "yarn build && ./install-cluster.sh"
"install-extension": "yarn build && ./install-cluster.sh"
},
"peerDeependencies": {
"argo-ui": "git+https://github.com/argoproj/argo-ui.git",
Expand Down

0 comments on commit bafdf48

Please sign in to comment.