We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de99331 commit 55aaa22Copy full SHA for 55aaa22
package.json
@@ -36,7 +36,7 @@
36
"build:browser:modern": "microbundle -i source/index.browser.ts -o dist/browser/json-excel.min.js -f modern --external fs-jetpack --strict",
37
"build:browser": "npm run build:browser:iife && npm run build:browser:modern",
38
"build": "del-cli dist && npm run build:node && npm run build:browser",
39
- "release": "npm run build && np --no-2fa --no-cleanup",
+ "release": "npm run build && np --no-yarn --no-2fa --no-cleanup",
40
"test": "npm run build && ava && npm run example",
41
"example": " node example/generate-example.js",
42
"start": "npm run build:node && npm run example",
0 commit comments