Skip to content

Commit

Permalink
add postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
YvetteLau committed Aug 6, 2019
1 parent f10d147 commit c8182f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eos-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "eos-cli",
"version": "1.0.0",
"version": "1.0.2",
"description": "脚手架",
"main": "index.js",
"bin": {
"eos": "./bin/www"
},
"scripts": {
"compile": "babel src -d dist",
"watch": "npm run compile -- --watch"
"watch": "npm run compile -- --watch",
"postinstall": "eos config set"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit c8182f8

Please sign in to comment.