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 b6bc17f commit b4de016Copy full SHA for b4de016
build/gulp-file.ts
@@ -17,7 +17,7 @@ const movePkgToRootDist = async() => {
17
Reflect.deleteProperty(content, 'devDependencies')
18
Reflect.deleteProperty(content, 'eslintConfig')
19
content.scripts = {
20
- publish: 'npm publish --no-git-checks --access public',
+ publish: 'npm publish --no-git-checks --access public --force',
21
}
22
content.type = 'module'
23
await fs.writeJson(`${distRoot}/package.json`, content, { spaces: 2 })
0 commit comments