Skip to content

Commit

Permalink
fix: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Oct 16, 2024
1 parent e2860f9 commit e5000fa
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 @@ -23,7 +23,7 @@
"doc:api": "typedoc src/ax --tsconfig src/ax/tsconfig.build.module.json",
"doc:html": "npm run build-doc --workspace=@ax-llm/ax-docs",
"version": "standard-version",
"prepare": "npm run build:parser --workspace=@ax-llm/ax && npm run test",
"prepare": "npm run test",
"release": "npm run release --workspaces --if-present && release-it --no-increment",
"publish": "npm run publish --workspaces --if-present -- --provenance --access public",
"git-cz": "npx git-cz",
Expand Down

0 comments on commit e5000fa

Please sign in to comment.