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 7d6a102 commit 354fb8bCopy full SHA for 354fb8b
package.json
@@ -3,6 +3,7 @@
3
"version": "1.0.0",
4
"scripts": {
5
"setup": "ts-patch install",
6
+ "prepare": "npm run setup",
7
"tsc": "cp src/canvas.d.ts plugin && tsc -skipLibCheck -d",
8
"build.plugin": "cp README.md plugin/ && rm -f .tsbuildinfo && npm run tsc",
9
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json",
@@ -83,4 +84,4 @@
83
84
"dependencies": {
85
"ts-node": "^8.10.2"
86
}
-}
87
+}
0 commit comments