mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-05 19:20:54 +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/*
|
||||||
!world/.gitkeep
|
!world/.gitkeep
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
README.md
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "require-self",
|
"prepare": "require-self",
|
||||||
|
"prepublishOnly": "cp docs/README.md README.md",
|
||||||
"lint": "standard test/*.test.js src/**/*.js src/**/**/*.js src/*.js examples/*.js *.js",
|
"lint": "standard test/*.test.js src/**/*.js src/**/**/*.js src/*.js examples/*.js *.js",
|
||||||
"test": "jest --verbose --runInBand"
|
"test": "jest --verbose --runInBand"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue