3 lines
133 B
Bash
3 lines
133 B
Bash
|
#!/bin/env bash
|
||
|
transcrypt pyRCV2.transcrypt && rollup __target__/pyRCV2.transcrypt.js -o bundle.js --name py -f iife --no-treeshake
|