Skip to content

Commit b4de016

Browse files
committed
ci: update pulish command
1 parent b6bc17f commit b4de016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gulp-file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const movePkgToRootDist = async() => {
1717
Reflect.deleteProperty(content, 'devDependencies')
1818
Reflect.deleteProperty(content, 'eslintConfig')
1919
content.scripts = {
20-
publish: 'npm publish --no-git-checks --access public',
20+
publish: 'npm publish --no-git-checks --access public --force',
2121
}
2222
content.type = 'module'
2323
await fs.writeJson(`${distRoot}/package.json`, content, { spaces: 2 })

0 commit comments

Comments
 (0)