We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d95af commit 2d9401cCopy full SHA for 2d9401c
package.json
@@ -12,6 +12,7 @@
12
},
13
"scripts": {
14
"setup": "ts-patch install",
15
+ "prepare": "npm run setup",
16
"tsc": "cp src/label.d.ts plugin && tsc -skipLibCheck -d",
17
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json",
18
"build.plugin": " cp README.md plugin/ && rm -f .tsbuildinfo && npm run tsc",
0 commit comments