mirror of
https://github.com/azures04/crafatar.git
synced 2026-08-10 08:43:21 +02:00
add image dir to git
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
images/
|
images/*/*.png
|
||||||
node_modules/
|
node_modules/
|
||||||
coverage/
|
coverage/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
"avatar"
|
"avatar"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "mkdir -pv images/{faces,helms,skins,renders,capes} && cp 'config.example.js' 'config.js'",
|
"postinstall": "cp 'config.example.js' 'config.js'",
|
||||||
"start": "node www.js",
|
"start": "node www.js",
|
||||||
"test": "mocha",
|
"test": "mocha",
|
||||||
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
||||||
|
|||||||
Reference in New Issue
Block a user