diff options
author | Alex Mingoia <talk@alexmingoia.com> | 2016-05-21 17:01:32 -0700 |
---|---|---|
committer | Alex Mingoia <talk@alexmingoia.com> | 2016-05-21 17:01:32 -0700 |
commit | c0f935ab2372125cf00cdd722f83afa31e07eb9a (patch) | |
tree | 31278dce79121fe27772cbf925edf6adc6c9fc9e /package.json | |
parent | d34bc169e84d52b28279786ff400daced5fd8b8a (diff) | |
download | purs-loader-c0f935ab2372125cf00cdd722f83afa31e07eb9a.tar.gz purs-loader-c0f935ab2372125cf00cdd722f83afa31e07eb9a.tar.zst purs-loader-c0f935ab2372125cf00cdd722f83afa31e07eb9a.zip |
Add prepublish transpilation script.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 4cbdd72..d3d807f 100644 --- a/package.json +++ b/package.json | |||
@@ -8,6 +8,7 @@ | |||
8 | ], | 8 | ], |
9 | "scripts": { | 9 | "scripts": { |
10 | "build": "babel src/index.js -o index.js", | 10 | "build": "babel src/index.js -o index.js", |
11 | "prepublish": "npm run build", | ||
11 | "test": "echo \"Error: no test specified\" && exit 1" | 12 | "test": "echo \"Error: no test specified\" && exit 1" |
12 | }, | 13 | }, |
13 | "repository": { | 14 | "repository": { |