mirror of
https://github.com/azures04/crafatar.git
synced 2026-08-10 00:33:20 +02:00
add image dir to git
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
images/
|
||||
images/*/*.png
|
||||
node_modules/
|
||||
coverage/
|
||||
.DS_Store
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@
|
||||
"avatar"
|
||||
],
|
||||
"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",
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user