try old command

This commit is contained in:
weboko 2023-01-23 23:56:21 +01:00
parent 0add061024
commit 37eaf3ea23
No known key found for this signature in database

View File

@ -35,7 +35,7 @@
"test:prettier": "prettier \"src/**/*.ts\" \"./*.json\" \"*.*js\" \".github/**/*.yml\" --list-different",
"test:spelling": "cspell \"{*.md,.github/*.md,src/**/*.ts}\"",
"test:tsc": "tsc -p tsconfig.dev.json",
"test:unit": "jest",
"test:browser": "jest",
"watch:build": "tsc -p tsconfig.json -w",
"watch:test": "jest --watch",
"reset-hard": "git clean -dfx && git reset --hard && npm i && npm run build"