File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "scripts" : {
55 "setup" : " ts-patch install" ,
6+ "prepare" : " npm run setup" ,
67 "clean" : " rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json plugin/README.md demo/node_modules demo-angular/node_modules" ,
78 "tsc" : " cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d" ,
89 "build" : " cp README.md ./plugin && rm -f .tsbuildinfo && npm run tsc " ,
9- "publish" : " npm run setup && npm run build && lerna publish --create-release=github" ,
10+ "publish" : " npm run setup && npm run build && lerna publish --create-release=github --force-publish " ,
1011 "doc" : " typedoc --out docs --tsconfig tsconfig.doc.json --includeDeclarations --excludeExternals --mode file --ignoreCompilerErrors --excludeNotExported --excludePrivate --theme minimal" ,
1112 "commitmsg" : " commitlint -e $GIT_PARAMS"
1213 },
Original file line number Diff line number Diff line change 11node_modules /
2+ pnpm-global /
23src /
34bin /
45hooks /
You can’t perform that action at this time.
0 commit comments