Explorar el Código

Update publish script

Make sure to build scripts before publishing to registry.
tags/0.3.0
TheoryOfNekomata hace 4 años
padre
commit
0bb320cf3a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      package.json

+ 1
- 0
package.json Ver fichero

@@ -39,6 +39,7 @@
"typescript": "^3.9.7"
},
"scripts": {
"prepublish": "rm -rf dist/ && rollup -c",
"test": "jest",
"build": "rm -rf dist/ && rollup -c",
"generate": "plop",


Cargando…
Cancelar
Guardar