Skip to content

Commit 55aaa22

Browse files
committed
Update package.json release script
1 parent de99331 commit 55aaa22

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
@@ -36,7 +36,7 @@
3636
"build:browser:modern": "microbundle -i source/index.browser.ts -o dist/browser/json-excel.min.js -f modern --external fs-jetpack --strict",
3737
"build:browser": "npm run build:browser:iife && npm run build:browser:modern",
3838
"build": "del-cli dist && npm run build:node && npm run build:browser",
39-
"release": "npm run build && np --no-2fa --no-cleanup",
39+
"release": "npm run build && np --no-yarn --no-2fa --no-cleanup",
4040
"test": "npm run build && ava && npm run example",
4141
"example": " node example/generate-example.js",
4242
"start": "npm run build:node && npm run example",

0 commit comments

Comments
 (0)