File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 8
8
"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" ,
9
9
"tsc" : " cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d" ,
10
10
"build" : " cp README.md ./plugin && rm -f .tsbuildinfo && npm run tsc " ,
11
- "publish" : " npm run setup && npm run build && npm run build.angular && lerna publish --create-release=github" ,
11
+ "publish" : " npm run setup && npm run build && npm run build.angular && lerna publish --create-release=github --force-publish " ,
12
12
"commitmsg" : " commitlint -e $GIT_PARAMS"
13
13
},
14
14
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
node_modules /
2
+ pnpm-global /
2
3
src /
3
4
bin /
4
5
hooks /
You can’t perform that action at this time.
0 commit comments