Run closure-util install script after install
This needs to be run whenever our closure-util.json config changes. It is harmless to run multiple times.
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@
|
|||||||
"version": "3.0.0-beta",
|
"version": "3.0.0-beta",
|
||||||
"description": "Mapping library",
|
"description": "Mapping library",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "node tasks/parse-examples.js",
|
"install": "node tasks/parse-examples.js",
|
||||||
|
"postinstall": "node ./node_modules/closure-util/install.js",
|
||||||
"start": "node tasks/serve.js",
|
"start": "node tasks/serve.js",
|
||||||
"test": "node tasks/test.js"
|
"test": "node tasks/test.js"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user