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:
parent
4f066b06d2
commit
7d68dafaed
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user