mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-19 02:09:15 +00:00
add sync script to package.json
This commit is contained in:
parent
3776af1723
commit
996736916b
@ -7,7 +7,8 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --bail --reporter=spec test/index",
|
"test": "mocha --bail --reporter=spec test/index",
|
||||||
"dev": "gulp"
|
"dev": "gulp",
|
||||||
|
"sync": "npm install && npm prune && bower install && bower prune"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user