Skip to content

Commit

Permalink
one last fix to enable wasi
Browse files Browse the repository at this point in the history
  • Loading branch information
jtenner committed May 15, 2020
1 parent f4c8f2a commit 0eaefb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -18,7 +18,7 @@
],
"scripts": {
"rimraf": "rimraf lib/*",
"test:ci": "jest",
"test:ci": "node --experimental-wasi-unstable-preview1 --experimental-wasm-bigint ./node_modules/jest/bin/jest.js",
"test": "node --experimental-wasi-unstable-preview1 --experimental-wasm-bigint ./node_modules/jest/bin/jest.js",
"tsc:all": "run-p tsc:default tsc:amd",
"tsc:amd": "tsc --outfile lib/as-pect.core.amd.js --module amd --declaration --declarationMap",
Expand Down

0 comments on commit 0eaefb5

Please sign in to comment.