mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 11:25:17 +00:00
Converted specs to esm
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"build:dual": "pnpm tsconfig-to-dual-package tsconfig.esm.json tsconfig.cjs.json",
|
||||
"build:all": "pnpm build && pnpm build:examples",
|
||||
"prepublishOnly": "pnpm build && pnpm test",
|
||||
"test": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" pnpm jest -c jest.config.cjs --silent"
|
||||
"test": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" pnpm jest -c jest.config.mjs --silent"
|
||||
},
|
||||
"author": "Alexander Patrick Cerutti",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user