Skip to content

Commit c654aae

Browse files
authored
Merge pull request #591 from toonvanstrijp/rubiin-patch-2
2 parents 2a098d2 + 51d3c0f commit c654aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"prepare": "npm run build",
3333
"build": "npm run build:lib",
3434
"build:lib": "npx rimraf dist && tsc -p tsconfig.build.json",
35-
"prerelease:npm": "npm run build && bumpp",
36-
"release:npm": "npm publish --access public",
35+
"prerelease": "npm run build && bumpp",
36+
"release": "npm publish --access public",
3737
"prerelease:next": "npm run build",
3838
"release:next": "npm publish --access public --tag next",
3939
"format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",

0 commit comments

Comments
 (0)