Skip to content

Commit

Permalink
Merge pull request #125 from milahu/patch-1
Browse files Browse the repository at this point in the history
package.json: add prepare script
  • Loading branch information
taoqf committed Jun 4, 2021
2 parents 12db31b + 366d048 commit c1da3dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,8 @@
"build": "npm run lint && npm run clean && npm run ts:cjs && npm run ts:amd && npm run ts:esm",
"dev": "tsc -w & mocha -w ./test/*.js",
"pretest": "tsc -m commonjs",
"release": "yarn build && np"
"release": "yarn build && np",
"prepare": "npm run build"
},
"keywords": [
"parser",
Expand Down

0 comments on commit c1da3dd

Please sign in to comment.