Skip to content

Commit 7236224

Browse files
committed
added build-version to test for CI
1 parent 93364a9 commit 7236224

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint-fix": "eslint \"src/**/*.js\" \"src/**/*.ts\" --fix",
2222
"jest": "jest",
2323
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
24-
"test": "npm run lint && npm run jest",
24+
"test": "npm run build-version && npm run lint && npm run jest",
2525
"doc": "typedoc --out ./Documentation/api/ ./src/ --excludeInternal",
2626
"prepublishOnly": "npm test && npm run build",
2727
"postpublish": "git push origin main --follow-tags",

0 commit comments

Comments
 (0)