Skip to content

Commit

Permalink
build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Sep 7, 2023
1 parent 063470d commit 5d36c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"typescript": "5.2.2"
},
"scripts": {
"test": "cross-env NODE_OPTIONS=--loader=ts-node/esm jasmine --config=jasmine.json",
"test": "npm run build && cross-env NODE_OPTIONS=--loader=ts-node/esm jasmine --config=jasmine.json",
"test:all": "npm test && npm run test:umd && npm run test:types && npm run test:lint",
"test:unit": "npm test -- test/unit/**/*-spec.js",
"test:specs": "npm test -- test/specs/**/*-spec.js",
Expand Down

0 comments on commit 5d36c43

Please sign in to comment.