mirror of
https://github.com/curlconverter/curlconverter.git
synced 2022-05-22 02:35:29 +03:00
build wasm on local npm install (#371)
* make package installable from git * disable macos tests because it doesn't find emcc for some reason
This commit is contained in:
committed by
GitHub
parent
5872b7bde1
commit
9c01335485
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
matrix:
|
||||
# Tests fail to run on Windows, see
|
||||
# https://github.com/curlconverter/curlconverter/pull/310
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
os: [ubuntu-latest]
|
||||
node-version: [12, 14, 16]
|
||||
fail-fast: false
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"test": "tape test.js",
|
||||
"lint": "standard",
|
||||
"lint:fix": "standard --fix",
|
||||
"prepublishOnly": "tree-sitter build-wasm --docker node_modules/@curlconverter/tree-sitter-bash",
|
||||
"prepare": "tree-sitter build-wasm --docker node_modules/@curlconverter/tree-sitter-bash",
|
||||
"gen-test": "./tools/gen-test.js",
|
||||
"compare-requests": "./tools/compare-requests.js",
|
||||
"compare-request": "./tools/compare-requests.js"
|
||||
|
||||
Reference in New Issue
Block a user