Skip to content

Commit 2aa9a1d

Browse files
Fix typo
1 parent 115ea04 commit 2aa9a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"clean-build": "fse remove dist && npm run build",
1616
"npm-pull": "npm-pull",
1717
"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\""
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\""
1919
},
2020
"main": "dist/main.js",
2121
"types": "dist/main.d.ts",

0 commit comments

Comments
 (0)