.github
.husky
.vscode
tasks.json
packages
.all-contributorsrc
.eslintignore
.gitattributes
.gitignore
.nvmrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
lerna.json
netlify.toml
nx.json
package.json
renovate.json
static-cms-icon.png
static-cms-logo.png
tailwind.base.config.js
yarn.lock
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Lautzenheiser <lautzd@gmail.com>
16 lines
250 B
JSON
16 lines
250 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "dev",
|
|
"problemMatcher": [],
|
|
"label": "npm: dev",
|
|
"detail": "lerna run dev --scope=@staticcms/core",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
}
|
|
]
|
|
} |