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:
parent
689daad512
commit
56ec61b291
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user