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 05deb6d commit 20adf8aCopy full SHA for 20adf8a
package.json
@@ -36,7 +36,7 @@
36
"vue": "^2.6.12"
37
},
38
"scripts": {
39
- "setup": "npm i && ts-patch install",
+ "setup": "ts-patch install",
40
"build.angular": "ng-packagr -p src/angular/package.json -c src/angular/tsconfig.json",
41
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && cp README.md plugin && tsc -skipLibCheck -d",
42
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map ./plugin/**/*.metadata.json plugin/node_modules plugin/package-lock.json",
@@ -59,4 +59,4 @@
59
"@commitlint/config-conventional"
60
]
61
}
62
-}
+}
0 commit comments