Skip to content

Commit aa57701

Browse files
committed
run package test too
1 parent a029235 commit aa57701

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {
1717
"//": "Release: run 'npm version patch|minor|major' to bump version, build, commit, tag, and push",
18-
"test": "jest",
18+
"test": "jest && npm run test:package",
1919
"test:package": "bash scripts/test-package.sh",
2020
"lint": "eslint src",
2121
"start": "webpack serve --hot --mode development --static ./example",
@@ -121,4 +121,4 @@
121121
"peerDependencies": {
122122
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
123123
}
124-
}
124+
}

0 commit comments

Comments
 (0)