diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 0775c1b..7871a67 100644 --- a/package.json +++ b/package.json | |||
@@ -9,10 +9,11 @@ | |||
9 | "email": "thul.eric@gmail.com" | 9 | "email": "thul.eric@gmail.com" |
10 | }, | 10 | }, |
11 | "scripts": { | 11 | "scripts": { |
12 | "build": "npm run-script build:compile && npm run-script build:package", | 12 | "build": "npm run-script build:compile && npm run-script build:docs && npm run-script build:package", |
13 | "build:compile": "./node_modules/.bin/pulp build -o build", | 13 | "build:compile": "./node_modules/.bin/pulp build -o build", |
14 | "build:watch": "./node_modules/.bin/pulp -w build -o build", | 14 | "build:docs": "./node_modules/.bin/pulp docs", |
15 | "build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail", | 15 | "build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail", |
16 | "build:watch": "./node_modules/.bin/pulp -w build -o build", | ||
16 | "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json", | 17 | "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json", |
17 | "prepublish": "npm run-script build" | 18 | "prepublish": "npm run-script build" |
18 | }, | 19 | }, |