Skip to content

Commit

Permalink
feat: eval
Browse files Browse the repository at this point in the history
  • Loading branch information
qzsiniong committed Nov 11, 2021
1 parent 4fe1db4 commit 99d0960
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"build": "tsc",
"test": "mocha",
"prepare": "yarn build",
"semantic-release": "semantic-release pre && npm publish --access=public && semantic-release post"
"semantic-release": "semantic-release"
},
"publishConfig": {
"access": "public"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 99d0960

Please sign in to comment.