We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115ea04 commit 2aa9a1dCopy full SHA for 2aa9a1d
package.json
@@ -15,7 +15,7 @@
15
"clean-build": "fse remove dist && npm run build",
16
"npm-pull": "npm-pull",
17
"npm-release": "npm-release",
18
- "generate-schema": "ts-node-esm --project='./tsconfig.json' ./automation/generate-schema.ts -- --interface-file-path=\"./src/push-notification.ts\" --interface-name=\"NotificationPayload\" --output-json-file-path=\"./src/schema.json\""
+ "generate-schema": "ts-node-esm --project='./tsconfig.json' ./automation/generate-schema.ts --interface-file-path=\"./src/push-notification.ts\" --interface-name=\"NotificationPayload\" --output-json-file-path=\"./src/schema.json\""
19
},
20
"main": "dist/main.js",
21
"types": "dist/main.d.ts",
0 commit comments