michael hace 5 años
padre
commit
ec0b2cf85a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      package.json

+ 1
- 1
package.json Ver fichero

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc -p ./tsconfig.json",
"build": "tsc -p ./tsconfig.json",
"start": "node dist/index.js",
"start-debug": "nodemon --inspect dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"


Cargando…
Cancelar
Guardar