PromucFlow_constructor/app/shared/package.json
Aman Agarwal 7ecb5e1c19
fix: workflow for shared modules testing (#16778)
* fix: workflow for shared modules testing
2022-09-30 18:36:25 +05:30

12 lines
259 B
JSON

{
"name": "shared",
"devDependencies": {},
"dependencies": {
"prompts": "^2.4.2"
},
"scripts": {
"verify": "yarn install && node --experimental-modules verify-shared-dep.js",
"test:unit": "node --experimental-modules run-tests.js"
}
}