mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-20 13:21:07 +00:00
updated docs
This commit is contained in:
parent
9736050740
commit
5f93ce0e9a
1 changed files with 0 additions and 5 deletions
|
|
@ -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": [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue