Skip to content

Commit

Permalink
Build before test in bytecode-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Jul 5, 2023
1 parent 5a1ca7f commit df1975c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bytecode-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build": "run-p build:*",
"build:main": "tsc -p tsconfig.json",
"build:module": "tsc -p tsconfig.module.json",
"test": "c8 run-s test:*",
"test": "run-s build test:*",
"test:lint": "eslint src --ext .ts",
"test:prettier": "prettier \"src/**/*.ts\" --list-different",
"test:unit": "c8 ava",
Expand Down

0 comments on commit df1975c

Please sign in to comment.