Skip to content

Commit

Permalink
fix(build): inlined version off by 1 (#8741)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Apr 2, 2024
1 parent ea6aee3 commit c073cc4
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 @@ -22,7 +22,7 @@
"postinstall": "./scripts/postinstall.sh",
"clean": "ocular-clean",
"build": "npm run clean && ocular-build && lerna run build",
"version": "ocular-build core,carto",
"version": "npm run build",
"lint": "ocular-lint",
"cover": "ocular-test cover",
"publish": "ocular-publish",
Expand Down

0 comments on commit c073cc4

Please sign in to comment.