mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 21:39:40 +02:00
chore(build-system): add dev, clean, build scripts (#2146)
This commit is contained in:
parent
df1592a3d2
commit
d4e4d34ea4
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@
|
||||||
"url": "https://raw.githubusercontent.com/portainer/portainer/develop/LICENSE"
|
"url": "https://raw.githubusercontent.com/portainer/portainer/develop/LICENSE"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"scripts": {
|
||||||
|
"dev": "yarn grunt run-dev",
|
||||||
|
"clean-all": "yarn grunt clean:all",
|
||||||
|
"build": "yarn grunt build"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.8.4"
|
"node": ">= 0.8.4"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue