mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 15:25:22 +02:00
build: introduce central Makefile and live-reload for Go (#184)
This commit is contained in:
parent
a261f60764
commit
bb6815f681
6 changed files with 113 additions and 16 deletions
|
@ -22,7 +22,7 @@
|
|||
"build": "webpack",
|
||||
"format": "prettier --log-level warn --write \"**/*.{js,css,html,jsx,tsx,ts,json}\"",
|
||||
"lint": "eslint --cache --fix './**/*.{js,jsx,ts,tsx}'",
|
||||
"test": "vitest",
|
||||
"test": "vitest run",
|
||||
"sb": "yarn storybook",
|
||||
"storybook": "storybook dev -p 6006",
|
||||
"storybook:build": "storybook build -o ./dist/storybook",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue