mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-07 01:13:08 +02:00
Fix postinstall
This commit is contained in:
+1
-2
@@ -806,8 +806,7 @@
|
||||
"dev:ext": "npm run clean && webpack --mode development --watch",
|
||||
"test-compile": "tsc -p ./",
|
||||
"clean": "rimraf dist",
|
||||
"start:site": "cd ./docs && npm run dev",
|
||||
"postinstall": "npm i imagemin imagemin-jpegtran imagemin-pngquant"
|
||||
"start:site": "cd ./docs && npm run dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bendera/vscode-webview-elements": "0.6.2",
|
||||
|
||||
Reference in New Issue
Block a user