Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Dec 20, 2024
1 parent c65818e commit cdf870d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ test:
cd packages/xmpp.js/ && npm run prepublish
npm install
node bundle.js
./node_modules/.bin/ava
npx jest
make lint
make bundlesize

ci:
npm install
./node_modules/.bin/ava
npx jest
make lint
make restart
./node_modules/.bin/lerna run prepublish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"uglify-js": "^3.19.3"
},
"scripts": {
"test": "ava",
"test": "jest",
"lint": "eslint --cache .",
"preversion": "make bundle"
},
Expand Down

0 comments on commit cdf870d

Please sign in to comment.