Update package.json

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-04-25 08:53:15 +05:30 committed by GitHub
parent 8f77d20ba6
commit 9d8f437039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "node tools/copy-webviewer-files.js && cd node_modules/use-last-fm && yarn && cd ../..",
"postinstall": "node tools/copy-webviewer-files.js",
"prettier": "prettier --write ."
},
"dependencies": {