2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-21 20:15:12 +00:00

test: jest script builds the distro and clear the cache before run

This commit is contained in:
Joaquín Sánchez Jiménez 2021-09-17 00:53:03 +02:00
parent 689daad512
commit 56ec61b291

View File

@ -23,7 +23,7 @@
"bugs": "https://github.com/iconify/collections-json/issues",
"scripts": {
"build": "rimraf dist && tsup src/index.ts --format cjs,esm --dts",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest"
"test": "yarn build && jest --clearCache && cross-env NODE_OPTIONS=--experimental-vm-modules npx jest"
},
"dependencies": {
"upath": "^2.0.1"