Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
Added start and build to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel James committed Jun 5, 2017
1 parent f3623de commit d487597
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "classifier.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "wt create -w -b --secrets-file .secrets .",
"build": "wt create -b --secrets-file .secrets ."
},
"author": "Daniel James",
"license": "MIT",
Expand All @@ -14,5 +15,8 @@
"sentence-tokenizer": "0.0.8",
"sentiment": "^4.0.0",
"twitter": "^1.7.0"
},
"devDependencies": {
"wt-cli": "^6.1.0"
}
}

0 comments on commit d487597

Please sign in to comment.