Explorar o código

Re-added npm start script

Andrea Condoluci %!s(int64=9) %!d(string=hai) anos
pai
achega
af79ea4f62
Modificáronse 1 ficheiros con 1 adicións e 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"
   },