Skip to content

Commit efe3233

Browse files
committed
chore: update pkg cmd and release yml
1 parent d66cdd7 commit efe3233

File tree

3 files changed

+2
-88
lines changed

3 files changed

+2
-88
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: 🎉 Release
22

33
on:
44
push:

CHANGELOG.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

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': 'npm publish --no-git-checks --access public --force',
20+
'publish:npm': 'npm publish --no-git-checks --access public',
2121
}
2222
content.type = 'module'
2323
await fs.writeJson(`${distRoot}/package.json`, content, { spaces: 2 })

0 commit comments

Comments
 (0)