misc: make copyUntypedFiles work for watch mode (#7445)

This commit is contained in:
Joshua Chen 2022-05-18 19:18:32 +08:00 committed by GitHub
parent 5c3d3cfef1
commit 6b53d4263d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 71 additions and 187 deletions

View file

@ -1,4 +1,3 @@
copyUntypedFiles.mjs
.tsbuildinfo*
tsconfig*
__tests__

View file

@ -13,7 +13,7 @@
"types": "src/plugin-content-docs.d.ts",
"scripts": {
"build": "tsc --build",
"watch": "tsc --watch"
"watch": "tsc --build --watch"
},
"publishConfig": {
"access": "public"