Compare commits

...

1 Commits

Author SHA1 Message Date
58aef3ec60 patch: dedupe on ci 2024-10-08 14:43:58 +02:00

View File

@ -45,7 +45,7 @@
]
},
"scripts": {
"postinstall": "node patches/apply-patches.js",
"postinstall": "node patches/apply-patches.js && npm dd",
"prebuild": "rimraf build/ build-bin/",
"pretarball": "ts-node --transpile-only ../../automation/run.ts sign:binaries",
"build": "npm run build:src && npm run catch-uncommitted",