mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-10 21:45:08 +00:00
remove unavailable project and improve nodemon.json
This commit is contained in:
parent
b49593b13c
commit
e396a9f214
@ -1,9 +0,0 @@
|
|||||||
scm:
|
|
||||||
type: git
|
|
||||||
repository: /Users/vladimir/projects/fit/culture/frontend_node
|
|
||||||
rev: master
|
|
||||||
|
|
||||||
steps:
|
|
||||||
sync: npm run sync
|
|
||||||
test: nrun test -R dot
|
|
||||||
pack: nrun packSafe
|
|
@ -3,6 +3,7 @@
|
|||||||
"ignore": [
|
"ignore": [
|
||||||
"data",
|
"data",
|
||||||
"node_modules/*/node_modules/",
|
"node_modules/*/node_modules/",
|
||||||
|
"node_modules/nci-classic-ui/app/",
|
||||||
"node_modules/nci-classic-ui/static/"
|
"node_modules/nci-classic-ui/static/"
|
||||||
],
|
],
|
||||||
"watch": "./"
|
"watch": "./"
|
||||||
|
Loading…
Reference in New Issue
Block a user