Skip to content

Commit b99e374

Browse files
authored
fix: fix release (#549)
1 parent 15b646d commit b99e374

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"clean:examples": "rimraf ./build/examples/*",
3232
"lint": "eslint -c .eslintrc.cjs --ext ts,js ./src/ ./spec/ ./example/",
3333
"lint:fix": "npm run lint -- --fix",
34-
"postpublish": "node ./tasks/update-gh-pages.js",
34+
"postpublish": "node ./tasks/update-gh-pages.cjs",
3535
"prepare": "husky",
3636
"prepublishOnly": "npm run build:dist && npm run build:docs",
3737
"pretest": "npm run typecheck && npm run lint",
File renamed without changes.

0 commit comments

Comments
 (0)