chore(v2): refactor scripts + add theme-classic watchmode (#2998)

This commit is contained in:
Sébastien Lorber 2020-07-01 18:30:44 +02:00 committed by GitHub
parent cf5babd5c1
commit 9265de982b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 17 additions and 16 deletions

View file

@ -4,7 +4,7 @@
"description": "Docusaurus Plugin to generate an almost ideal image (responsive, lazy-loading, and low quality placeholder)",
"main": "lib/index.js",
"scripts": {
"tsc": "tsc && node copyUntypedFiles.js",
"build": "tsc && node copyUntypedFiles.js",
"watch": "node copyUntypedFiles.js && tsc --watch"
},
"publishConfig": {