Skip to content

Commit

Permalink
Use the correct NODE_ENV when generating docs (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored May 23, 2023
1 parent f6c6e7f commit c3e51a7
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 @@ -30,7 +30,7 @@
"build:node": "yarn _babel && yarn build:ts",
"build:ts": "tsc -p ./tsconfig.json",
"build:browser": "webpack --stats-modules-space 999 -c ./webpack.config.browser.js",
"build:docs": "cross-env NODE_ENV=test yarn _babel",
"build:docs": "cross-env NODE_ENV=docs yarn _babel",
"clean": "rm -rf lib/ dist/ coverage/ .nyc_output/ jsdoc/",
"docs": "yarn build:docs && jsdoc -c .jsdoc.json --verbose",
"test": "yarn test:node && yarn test:integration && yarn test:browser",
Expand Down

0 comments on commit c3e51a7

Please sign in to comment.