mirror of
https://github.com/sweidac/peasy.git
synced 2025-07-27 19:31:55 +02:00
Add rollup to provide distributables.
This commit is contained in:
@@ -8,10 +8,13 @@
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
|
||||
"test": "yarn node --experimental-vm-modules $(yarn bin jest)",
|
||||
"package": "yarn rollup -c"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^29.3.1",
|
||||
"jest-environment-jsdom": "^29.3.1"
|
||||
"jest-environment-jsdom": "^29.3.1",
|
||||
"rollup": "^3.9.1",
|
||||
"rollup-plugin-terser": "^7.0.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user