Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
fix nightly script typo package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
luongngocminh authored Nov 30, 2023
1 parent 7ca769f commit 4b873aa
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 @@ -54,7 +54,7 @@
"lint:fix": "eslint \"*/**/*.{ts,js,json}\" --fix",
"build": "rollup --config ./rollup.config.mjs",
"prepublishOnly": "npm run doc && npm run lint && npm run test && npm run build",
"config:nightly": "node ./scripts/configure-nightly.js"
"config:nightly": "node ./scripts/configure-nightly.mjs"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4b873aa

Please sign in to comment.