Skip to content

Commit

Permalink
prebuild didn't run
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth committed Dec 18, 2024
1 parent f0f09c5 commit a071c72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
"not dead"
],
"scripts": {
"version-check": "node -v",
"version": "pnpm changeset version && pnpm install --no-frozen-lockfile",
"publish": "nps git:tag && pnpm changeset publish --no-git-tag",
"changeset": "changeset",
Expand All @@ -138,7 +139,6 @@
"clean:cache:lint": "rimraf .eslintcache \"{demo,packages}/*/.eslintcache\"",
"clean:cache:wireit": "rimraf .wireit \"{demo,packages}/*/.wireit\"",
"clean:cache:modules": "rimraf node_modules/.cache \"{demo,packages}/*/node_modules/.cache\"",
"prebuild": "node -v",
"build": "wireit",
"build:lib:esm": "wireit",
"build:typescript": "wireit",
Expand Down Expand Up @@ -184,6 +184,7 @@
},
"build": {
"dependencies": [
"version-check",
"./packages/victory-native:build",
"./packages/victory-vendor:build",
"./packages/victory:build",
Expand Down

0 comments on commit a071c72

Please sign in to comment.