Procházet zdrojové kódy

Rebuild in prepublish script

pull/2/head
Max Brunsfeld před 10 roky
rodič
revize
95b7d49194
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      package.json

+ 1
- 1
package.json Zobrazit soubor

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

Načítá se…
Zrušit
Uložit