Skip to content

Commit

Permalink
Merge pull request #1203 from o1-labs/feat/fix-typedoc
Browse files Browse the repository at this point in the history
fix(package.json): update build:docs script to use tsconfig.web.json
  • Loading branch information
MartinMinkov authored Oct 30, 2023
2 parents 1403f36 + 7b946ee commit 6d02951
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 @@ -52,7 +52,7 @@
"build:node": "npm run build",
"build:web": "rimraf ./dist/web && node src/build/buildWeb.js",
"build:examples": "rimraf ./dist/examples && npx tsc -p tsconfig.examples.json || exit 0",
"build:docs": "npx typedoc",
"build:docs": "npx typedoc --tsconfig ./tsconfig.web.json",
"serve:web": "cp src/bindings/compiled/web_bindings/server.js src/bindings/compiled/web_bindings/index.html src/examples/simple_zkapp.js dist/web && node dist/web/server.js",
"prepublish:web": "NODE_ENV=production node src/build/buildWeb.js",
"prepublish:node": "npm run build && NODE_ENV=production node src/build/buildNode.js",
Expand Down

0 comments on commit 6d02951

Please sign in to comment.