Explorar el Código

Rebuild in prepublish script

pull/2/head
Max Brunsfeld hace 10 años
padre
commit
95b7d49194
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      package.json

+ 1
- 1
package.json Ver fichero

@ -17,7 +17,7 @@
"tree-sitter-compiler": ">= 0.0.30" "tree-sitter-compiler": ">= 0.0.30"
}, },
"scripts": { "scripts": {
"prepublish": "tree-sitter compile",
"prepublish": "tree-sitter compile && node-gyp build",
"test": "tree-sitter test" "test": "tree-sitter test"
} }
} }

Cargando…
Cancelar
Guardar