Skip to content

Commit 37de9f4

Browse files
committed
support build UMD and package to standalone script
1 parent 3393999 commit 37de9f4

File tree

4 files changed

+2578
-72
lines changed

4 files changed

+2578
-72
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- `npm run lint` - Run ESlint with airbnb-config
1313
- `npm run cover` - Get coverage report for your code.
1414
- `npm run build` - Babel will transpile ES6 => ES5 and minify the code.
15+
- `npm run build:umd` - Babel will transpile ES6 => UMD, minify the code and webpack to supabase.js
1516
- `npm run prepublish` - Hook for npm. Do all the checks before publishing your module.
1617

1718

0 commit comments

Comments
 (0)