File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/cypress-ct-ui5-webc Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 33 "version" : " 0.0.2" ,
44 "description" : " Custom framework definition adapter for Cypress Component Testing of UI5 Web Components" ,
55 "license" : " MIT" ,
6+ "types" : " ./dist/index.d.ts" ,
67 "exports" : {
8+ "types" : " ./dist/index.d.ts" ,
79 "node" : " ./dist/definition.js" ,
810 "default" : " ./dist/index.js"
911 },
1012 "scripts" : {
1113 "clean" : " rimraf dist" ,
1214 "build" : " yarn build:definition && yarn build:mount" ,
1315 "prepublishOnly" : " yarn build" ,
14- "build:mount" : " tsc --project tsconfig.mount.json" ,
15- "build:definition" : " tsc --project tsconfig.definition.json"
16+ "build:mount" : " tsc -p tsconfig.mount.json" ,
17+ "build:definition" : " tsc -p tsconfig.definition.json"
1618 },
1719 "devDependencies" : {
1820 "typescript" : " ^5.6.2" ,
You can’t perform that action at this time.
0 commit comments