Skip to content

Commit

Permalink
fix: cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaSu committed Jul 19, 2023
1 parent f0ac29f commit a6dc592
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 @@ -12,7 +12,7 @@
},
"scripts": {
"start": "vuepress dev docs",
"build": "vuepress build docs && npm run tongji",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build docs && npm run tongji",
"tongji": "node ./.bin/create_tongji",
"deploy": "sh deploy.sh"
},
Expand Down

0 comments on commit a6dc592

Please sign in to comment.