mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-18 22:11:07 +00:00
parent
3f81c63afb
commit
b28642dbeb
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@ distTest
|
|||
world/*
|
||||
!world/.gitkeep
|
||||
package-lock.json
|
||||
README.md
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"prepare": "require-self",
|
||||
"prepublishOnly": "cp docs/README.md README.md",
|
||||
"lint": "standard test/*.test.js src/**/*.js src/**/**/*.js src/*.js examples/*.js *.js",
|
||||
"test": "jest --verbose --runInBand"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue