fix: correct working directory for gen:protobuf script

fix: correct working directory for gen:protobuf script
This commit is contained in:
Renato Alcara
2026-02-12 19:05:49 -03:00
committed by GitHub
+1 -1
View File
@@ -28,7 +28,7 @@
"changelog:preview": "conventional-changelog -p angular -u",
"changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"example": "tsx ./Example/example.ts",
"gen:protobuf": "sh WAProto/GenerateStatics.sh",
"gen:protobuf": "cd WAProto && sh GenerateStatics.sh",
"format": "prettier --write \"src/**/*.{ts,js,json,md}\"",
"lint": "tsc && eslint src --ext .js,.ts",
"lint:fix": "npm run format && npm run lint -- --fix",