Skip to content

Commit

Permalink
generate test protobuf code before running eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
juslesan committed Dec 19, 2024
1 parent 2fce282 commit 68b8f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/proto-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build-browser": "webpack --mode=development --progress",
"check": "./test-proto.sh && tsc -p ./tsconfig.jest.json",
"clean": "jest --clearCache || true; rm -rf dist *.tsbuildinfo node_modules/.cache || true",
"eslint": "eslint --cache --cache-location=node_modules/.cache/.eslintcache/ '*/**/*.{js,ts}'",
"eslint": "./test-proto.sh && eslint --cache --cache-location=node_modules/.cache/.eslintcache/ '*/**/*.{js,ts}'",
"test": "./test-proto.sh && npm run test-unit && npm run test-integration",
"test-browser": "./test-proto.sh && karma start karma.config.js",
"test-unit": "./test-proto.sh && jest test/unit",
Expand Down

0 comments on commit 68b8f95

Please sign in to comment.