Skip to content

Commit

Permalink
run build before release
Browse files Browse the repository at this point in the history
  • Loading branch information
taoqf committed Apr 25, 2021
1 parent f1f074c commit 83fa267
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
Expand Up @@ -15,7 +15,7 @@
"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": "np"
"release": "yarn build && np"
},
"keywords": [
"parser",
Expand Down Expand Up @@ -83,4 +83,4 @@
},
"homepage": "https://github.com/taoqf/node-fast-html-parser",
"sideEffects": false
}
}

0 comments on commit 83fa267

Please sign in to comment.