Skip to content

Commit

Permalink
Tasks (#49)
Browse files Browse the repository at this point in the history
* only run lint once
* add yarn integrity hashes
  • Loading branch information
tim-phillips committed Nov 25, 2018
1 parent 1831e1d commit 14ec915
Show file tree
Hide file tree
Showing 2 changed files with 695 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -17,11 +17,11 @@
"license": "MIT",
"scripts": {
"build": "rimraf lib && babel src --out-dir lib",
"test": "yarn lint && ava --verbose src/test.js",
"test": "ava --verbose src/test.js",
"dev": "ava --verbose --watch src/test.js",
"prepublish": "yarn build",
"lint": "standard",
"pretest": "standard"
"pretest": "yarn lint"
},
"devDependencies": {
"async-to-gen": "^1.3.2",
Expand Down

0 comments on commit 14ec915

Please sign in to comment.