Skip to content

Commit

Permalink
Add back version scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Apr 25, 2019
1 parent 35baf4a commit a370a37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -16,12 +16,14 @@
"clean": "run-p clean:*",
"clean:bsb": "bsb -clean-world",
"clean:parcel": "rimraf dist lib .merlin",
"postversion": "github-release",
"pretest": "bsb -make-world",
"now-build": "yarn build",
"start": "run-p start:*",
"start:bsb": "bsb -make-world -w",
"start:parcel": "parcel public/index.html",
"test": "yarn jest"
"test": "yarn jest",
"version": "changelog"
},
"dependencies": {
"bs-css": "^8.0.4",
Expand Down

0 comments on commit a370a37

Please sign in to comment.