mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
chore(yarn): add start:client script back (#3691)
This commit is contained in:
parent
db8b3d6e5a
commit
df13f3b4cc
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
"clean": "grunt clean:all",
|
||||
"start": "grunt clean:all && grunt start",
|
||||
"start:server": "grunt clean:server && grunt start:server",
|
||||
"start:client": "grunt clean:client && grunt start:client",
|
||||
"dev:client": "grunt clean:client && webpack-dev-server --config=./webpack/webpack.develop.js",
|
||||
"build:server:offline": "cd ./api/cmd/portainer && CGO_ENABLED=0 go build -a --installsuffix cgo --ldflags '-s' && mv -f portainer ../../../dist/portainer",
|
||||
"clean:all": "grunt clean:all"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue