Skip to content

Commit 1662617

Browse files
committed
Remove old ci script
1 parent 8ad551a commit 1662617

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/test-js.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

test/build/input.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
export * as bip39 from 'lib';
2-
export { english } from 'lib/wordlists/english.js';
2+
import { wordlist as wordlist_ } from 'lib/wordlists/english.js';
3+
export const wordlist = wordlist_;
4+
export const english = wordlist_;
35
// NOT exported by default
46
// export { czech } from 'lib/wordlists/czech.js';
57
// export { french } from 'lib/wordlists/french.js';

0 commit comments

Comments
 (0)