updated docs

This commit is contained in:
Christopher Pickering 2022-01-03 16:54:50 -06:00
parent 9736050740
commit 5f93ce0e9a
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -6,11 +6,6 @@
"scripts": {
"start": "eleventy --serve --watch",
"install": "ELEVENTY_PRODUCTION=true eleventy",
"prepare": "husky install",
"test": "npm run test:eslint && npm run test:prettier",
"test:eslint": "eslint \"./**/*.js\" --color",
"test:prettier": "prettier --check ./**/*.js",
"format": "prettier --config .prettierrc \"src/**/*.{ts,css,less,scss,js}\" --write",
"updateSearch": "node ./src/search/update-algolia-index.js"
},
"keywords": [],