Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
package.json: add prepare script
allow to install from source
  • Loading branch information
milahu committed Jun 4, 2021
1 parent 12db31b commit 366d048
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 366d048

Please sign in to comment.