Skip to content

Commit 388e380

Browse files
committed
conflict with npm command
1 parent aa10ff5 commit 388e380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"_build:mjs": "tsc --declaration --project ./tsconfig.build.json && npm run _set-version mjs && npm run _set-type:mjs",
3838
"_build:cjs": "tsc --target ES2019 --module CommonJS --moduleResolution Node --outDir cjs --project ./tsconfig.build.json && npm run _set-version cjs && npm run _set-type:cjs",
3939
"build": "npm run _clean && npm run _build:mjs && npm run _build:cjs",
40-
"publish": "npm run build && npm publish",
40+
"release": "npm run build && npm publish",
4141
"test": "jest --coverage",
4242
"lint": "tsc --noEmit && eslint src"
4343
},

0 commit comments

Comments
 (0)