chore: remove unnecessary postinstall script

This commit is contained in:
Mo
2022-06-27 16:20:06 -05:00
parent 3e0a06790d
commit 0ead805412

View File

@@ -17,7 +17,6 @@
"lint": "eslint src/javascripts",
"tsc": "tsc --project tsconfig.json",
"test": "jest --config jest.config.js --coverage",
"postinstall": "yarn run ncu -loglevel verbose --packageFile package.json",
"upgrade:snjs": "ncu -u '@standardnotes/*'"
},
"devDependencies": {