Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Georg Traar <[email protected]>
  • Loading branch information
kneth and proddata authored Nov 20, 2024
1 parent bd8a682 commit 9ee421d
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 @@ -74,7 +74,7 @@
"cratedb": "docker run -it --rm --publish 4200:4200 crate/crate:nightly -Chttp.cors.enabled=true -Chttp.cors.allow-origin=*",
"develop": "webpack serve --progress --config=webpack.dev.config.js --open-target=http://localhost:9000/?base_uri=http://localhost:4200#!/",
"build": "webpack --config webpack.prod.config.js --progress",
"serve": "cd build && python3 -m http.server",
"serve": "python3 -m http.server --port 8000 --directory build",
"test": "karma start"
}
}

0 comments on commit 9ee421d

Please sign in to comment.