Skip to content

Commit

Permalink
fix(npm): fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jun 5, 2016
1 parent 1529371 commit 65b8e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",
"watch": "babel src --out-dir lib --watch --source-maps",
"prepublish": "npm run --if-present build",
"build:website": "(cd website && npm i && npm run build"
"build:website": "cd website && npm i && npm run build"
},
"keywords": [
"morpheme",
Expand Down

0 comments on commit 65b8e87

Please sign in to comment.