Simon He 2 years ago committed by GitHub
parent e86c0c610b
commit e44762aa2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored

@ -21,3 +21,4 @@ node_modules
_actual*.*
_output
/types
.eslintcache

@ -96,7 +96,7 @@
"posttest": "agadoo internal/index.mjs",
"prepublishOnly": "node check_publish_env.js && npm run lint && npm run build && npm test",
"tsd": "node ./generate-type-definitions.js",
"lint": "eslint \"{src,test}/**/*.{ts,js}\""
"lint": "eslint \"{src,test}/**/*.{ts,js}\" --cache"
},
"repository": {
"type": "git",

Loading…
Cancel
Save