Skip to content

Commit b64d60e

Browse files
remo5000ning-y
authored andcommitted
Use build script for pre-publish hook (source-academy#109)
* Use build script for prepublishOnly * Bump version
1 parent 4edca2d commit b64d60e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-slang",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "Javascript-based interpreter for slang, written in Typescript",
55
"author": {
66
"name": "Source Academy",
@@ -21,7 +21,7 @@
2121
"dist"
2222
],
2323
"scripts": {
24-
"prepublishOnly": "tsc",
24+
"prepublishOnly": "scripts/build.sh",
2525
"build": "scripts/build.sh",
2626
"test": "jest",
2727
"test-coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls"

0 commit comments

Comments
 (0)