Explorar el Código

Re-added npm start script

Andrea Condoluci hace 9 años
padre
commit
af79ea4f62
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
   "description": "Open Sheet Music Display library",
   "main": "build/osmd.min.js",
   "scripts": {
-    "prestart": "alias grunt=\"'PATH=$(npm bin):$PATH' grunt\"",
+    "start": "alias grunt=\"'PATH=$(npm bin):$PATH' grunt\"",
     "test": "grunt npmtest",
     "prepublish": "grunt publish"
   },