Skip to content

Commit

Permalink
chore: Fix yarn build (#82)
Browse files Browse the repository at this point in the history
Fixes #79

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury committed Jun 16, 2023
1 parent 3cfcd8c commit b7de8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"scripts": {
"build": "vite build && node ./scripts/build.js",
"watch": "rollup --bundleConfigAsCjs --config rollup.config.js -w"
"watch": "vite build -w"
},
"dependencies": {
"@kubernetes/client-node": "^0.18.1",
Expand Down

0 comments on commit b7de8c4

Please sign in to comment.