Skip to content

Commit

Permalink
fix: docs:dev npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Feb 4, 2024
1 parent 47a7a74 commit 22d2089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -127,7 +127,7 @@
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider BABEL_ENV=test webpack-dev-server --inline --hot --open --content-base ./test/unit/ --config config/webpack.dev.conf.js",
"docs:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production node config/version.js && cross-env NODE_ENV=production vuepress build vuepress -d docs",
"docs:clean": "rm -rf docs/**",
"docs:dev": "vuepress dev vuepress",
"docs:dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress dev vuepress",
"flow": "flow check",
"lint": "eslint --fix src test types/**/*.ts",
"release:prepare": "shipjs prepare",
Expand Down

0 comments on commit 22d2089

Please sign in to comment.