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 aa10ff5 commit 388e380Copy full SHA for 388e380
package.json
@@ -37,7 +37,7 @@
37
"_build:mjs": "tsc --declaration --project ./tsconfig.build.json && npm run _set-version mjs && npm run _set-type:mjs",
38
"_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",
39
"build": "npm run _clean && npm run _build:mjs && npm run _build:cjs",
40
- "publish": "npm run build && npm publish",
+ "release": "npm run build && npm publish",
41
"test": "jest --coverage",
42
"lint": "tsc --noEmit && eslint src"
43
},
0 commit comments