]> git.immae.eu Git - github/fretlink/purs-loader.git/commitdiff
Add prepublish transpilation script.
authorAlex Mingoia <talk@alexmingoia.com>
Sun, 22 May 2016 00:01:32 +0000 (17:01 -0700)
committerAlex Mingoia <talk@alexmingoia.com>
Sun, 22 May 2016 00:01:32 +0000 (17:01 -0700)
package.json

index 4cbdd72d6fa105bffb1f099281ce8baabf90db7b..d3d807faac06bf7fd222e09434388ced0c18202b 100644 (file)
@@ -8,6 +8,7 @@
   ],
   "scripts": {
     "build": "babel src/index.js -o index.js",
+    "prepublish": "npm run build",
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "repository": {