Explorar el Código

Fix command line error

pull/2/head
Guillaume Vincent hace 9 años
padre
commit
b09da25f62
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      package.json

+ 1
- 1
package.json Ver fichero

@@ -8,7 +8,7 @@
"build": "npm-run-all clean copy 'build:*'",
"build:app": "browserify -e ./app/app.js -o ./dist/app.js",
"clean": "rimraf ./dist/**/*",
"copy": "mkdir -p ./dist && cp -ra public/. dist",
"copy": "mkdir -p ./dist && cp public/* dist/",
"serve": "static -p ${PORT:-5000} --gzip --host-address 0.0.0.0 dist/",
"start": "npm run serve",
"prestart": "npm run build"


Cargando…
Cancelar
Guardar