Skip to content

Commit

Permalink
Use build script for pre-publish hook (#109)
Browse files Browse the repository at this point in the history
* Use build script for prepublishOnly

* Bump version
  • Loading branch information
remo5000 authored and ning-y committed Nov 1, 2018
1 parent 4edca2d commit b64d60e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-slang",
"version": "0.1.15",
"version": "0.1.16",
"description": "Javascript-based interpreter for slang, written in Typescript",
"author": {
"name": "Source Academy",
Expand All @@ -21,7 +21,7 @@
"dist"
],
"scripts": {
"prepublishOnly": "tsc",
"prepublishOnly": "scripts/build.sh",
"build": "scripts/build.sh",
"test": "jest",
"test-coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls"
Expand Down

0 comments on commit b64d60e

Please sign in to comment.