1
0
Fork 0

command fix

This commit is contained in:
Matthias Kretschmann 2022-11-08 23:10:51 +00:00
parent 2029880434
commit 8d0a900d98
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"lint:md": "markdownlint './**/*.{md,markdown}' --ignore './{node_modules,public,.cache,.git,coverage}/**/*'",
"format": "prettier --ignore-path .gitignore --write '**/*.{js,jsx,ts,tsx,md,json,css}'",
"tsc": "tsc --noEmit",
"deploy": "./scripts/deploy-s3.sh",
"deploy:s3": "./scripts/deploy-s3.sh",
"new": "ts-node scripts/new.ts"
},
"browserslist": [