Skip to content

Commit

Permalink
[SKIP CI] Releasing v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
habxtech committed Jul 20, 2022
1 parent 23799dd commit 55eb585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rimraf ./dist",
"build": "npm run clean && npm run build:esm && npm run build:cjs",
"build-ci": "npm run clean && npm run build:esm && npm run build:cjs",
"publish:tsdoc":"npm run build:documentation && gh-pages --dist docs --repo https://${GITHUB_TOKEN}@github.com/${CIRCLE_REPOSITORY_URL#\"[email protected]:\"} --silent --message \"[SKIP CI] CircleCI build ${CIRCLE_BUILD_NUM} pushed to Github Pages\"",
"publish:tsdoc": "npm run build:documentation && gh-pages --dist docs --repo https://${GITHUB_TOKEN}@github.com/${CIRCLE_REPOSITORY_URL#\"[email protected]:\"} --silent --message \"[SKIP CI] CircleCI build ${CIRCLE_BUILD_NUM} pushed to Github Pages\"",
"build:esm": "tsc",
"build:cjs": "bili",
"build:documentation": "typedoc ./src/index.ts",
Expand Down

0 comments on commit 55eb585

Please sign in to comment.