Update package.json
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"linter": "eslint source/**/*.mjs",
|
"linter": "eslint source/**/*.mjs",
|
||||||
"dev": "nodemon source/app/web/index.mjs -e mjs,css,ejs,json",
|
"dev": "nodemon source/app/web/index.mjs -e mjs,css,ejs,json",
|
||||||
"postinstall": "node node_modules/puppeteer/install.js",
|
"postinstall": "node node_modules/puppeteer/install.js",
|
||||||
"fmt": "dprint fmt --config .github/config/dprint.json && eslint source/**/*.mjs --fix"
|
"fmt": "dprint fmt --config .github/config/dprint.json && npx eslint source/**/*.mjs --fix"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user