1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Chore: Remove postinstall step from editor package

This commit is contained in:
Laurent Cozic 2023-11-01 14:54:48 +00:00
parent 0cb2a3a385
commit 7d87d0b394

View File

@ -6,7 +6,6 @@
"scripts": {
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"postinstall": "yarn run tsc",
"test": "jest",
"test-ci": "yarn test"
},