mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-25 16:06:16 +00:00
ignore via nodemon.json
This commit is contained in:
parent
687ca7ed61
commit
41ed85ff3f
10
nodemon.json
10
nodemon.json
@ -1,3 +1,9 @@
|
||||
{
|
||||
"ignoreRoot": [".git"]
|
||||
}
|
||||
"ignoreRoot": [".git"],
|
||||
"ignore": [
|
||||
"data ",
|
||||
"node_modules/nci-classic-ui/node_modules/",
|
||||
"node_modules/nci-projects-reloader/node_modules/"
|
||||
],
|
||||
"watch": "./"
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
"scripts": {
|
||||
"makeTestRepos": "rm -rf test/repos/{mercurial,git}; cd test/repos/ && tar -xf mercurial.tar.gz && tar -xf git.tar.gz",
|
||||
"test": "npm run makeTestRepos && mocha --bail --reporter=spec --timeout 10000",
|
||||
"dev": "nodemon -w ./ -i data -i node_modules/nci-classic-ui/node_modules/ -i node_modules/nci-projects-reloader/node_modules/ app.js",
|
||||
"dev": "nodemon app.js",
|
||||
"sync": "npm install && npm prune",
|
||||
"docProjectsCollection": "dox --api --skipSingleStar < lib/project.js | sed '/^ - \\[ProjectsCollection/ d' > docs/developing-plugins/projects-collection.md",
|
||||
"docBuildsCollection": "dox --api --skipSingleStar < lib/build.js | sed '/^ - \\[BuildsCollection/ d' > docs/developing-plugins/builds-collection.md",
|
||||
|
Loading…
Reference in New Issue
Block a user