Skip to content

Commit 13ff32e

Browse files
committed
Separate test and build utility scripts
1 parent e5ab166 commit 13ff32e

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
npm run lint:fix
2-
npm run format:fix
1+
npm run build
32
npm run test
43

54
npx lint-staged

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"metatest": "./scripts/metatest.sh",
1616
"metatest:unit": "npm run metatest -w @rapidjs.org/testing-unit",
1717
"metatest:http": "npm run metatest -w @rapidjs.org/testing-http",
18-
"test": "npm run build && npm run metatest",
18+
"test": "npm run metatest",
1919
"bin": "./bin.sh",
2020
"generate:suite": "npm run bin -- gen template --path ./packages/ --name @__generated",
2121
"validate-examples": "./scripts/validate-examples.sh"

packages/@http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rapidjs.org/testing-http",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "rJS Testing – HTTP testing suite.",
55
"author": "Thassilo Martin Schiepanski",
66
"homepage": "https://github.com/rapidjs-org/testing/tree/master/packages/@http",

0 commit comments

Comments
 (0)