mirror of
https://github.com/therootcompany/asn1.js.git
synced 2025-03-15 13:00:38 +00:00
chore: add fmt script for prettier
This commit is contained in:
parent
5c6e620136
commit
976cb2682c
@ -14,7 +14,10 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "bash build.sh",
|
"build": "bash build.sh",
|
||||||
"test": "node tests"
|
"fmt": "npm run basetag-rebase && npm run prettier",
|
||||||
|
"test": "node tests",
|
||||||
|
"--------": "--------------------------------------------------------------------------",
|
||||||
|
"prettier": "npx -p prettier@2 -- prettier --write '**/*.{md,js,jsx,json,css,html,vue}'"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user