mirror of https://github.com/Kylart/KawAnime.git
Updated gitignore
Updated cloc script to ignore package-lock Updated README [skip ci]
This commit is contained in:
parent
020eec578a
commit
d50b20c82e
|
@ -1,6 +1,5 @@
|
|||
# dependencies
|
||||
node_modules
|
||||
package-lock.json
|
||||
|
||||
# logs
|
||||
npm-debug.log
|
||||
|
|
|
@ -110,7 +110,7 @@ npm run build npm run buildAll
|
|||
|
||||
#### For Mac OS only
|
||||
```
|
||||
npm run build && npm run buildAll
|
||||
npm run build && npm run buildMac
|
||||
```
|
||||
|
||||
#### For Linux platforms only
|
||||
|
@ -143,7 +143,7 @@ This software is being developped with the following technologies, many thanks t
|
|||
* [Nuxt](https://nuxtjs.org)
|
||||
* [Vuetify](https://vuetifyjs.com)
|
||||
|
||||
_It is still in development_
|
||||
_It is still in development_.
|
||||
|
||||
## License
|
||||
MIT License
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -11,7 +11,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "cross-env NODE_ENV=development electron .",
|
||||
"cloc": "cloc $(git ls-files | grep -vE \".mkv|mp4\")",
|
||||
"cloc": "cloc --exclude-list-file==package-lock.json $(git ls-files | grep -vE \".mkv|mp4\")",
|
||||
"test:server": "nyc ava --verbose --serial test/server.test.js",
|
||||
"test:front": "nightwatch",
|
||||
"test": "standard --fix && npm test:front && npm test:server",
|
||||
|
|
Loading…
Reference in New Issue