2 parents 13cdb64 + 5453d0f commit bb3026eCopy full SHA for bb3026e
2 files changed
.github/workflows/release.yml
@@ -26,7 +26,6 @@ jobs:
26
- uses: actions/setup-node@v4
27
with:
28
node-version: 24
29
- registry-url: 'https://registry.npmjs.org'
30
package-manager-cache: false
31
32
- name: Setup Dependencies
package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"test": "jest --silent --coverage",
12
"build": "rm -rf ./lib/ && tsc --project tsconfig.build.json && npx webpack",
13
- "publish": "npm run build && npm publish --access public",
+ "publish:npm": "npm run build && npm publish --access public",
14
"prettier": "prettier --write 'src/**/*'",
15
"typedoc": "rm -rf ./docs/ && typedoc --tsconfig tsconfig.build.json --plugin typedoc-plugin-markdown --out docs/markdown",
16
"npmgui": "npx npm-gui@latest",
0 commit comments