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

Chore: Change postinstall script to a build script

This commit is contained in:
Laurent Cozic 2024-01-13 19:06:40 +00:00
parent 4f066b06d2
commit 7d68dafaed

View File

@ -2,7 +2,7 @@
"name": "@joplin/app-clipper",
"private": true,
"scripts": {
"postinstall": "cd popup && npm install"
"build": "cd popup && npm install"
},
"version": "1.0.8",
"description": "Joplin Web Clipper",