Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LlamaIndexTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
run-llama
LlamaIndexTS
Commits
0c67e1f8
Commit
0c67e1f8
authored
10 months ago
by
Alex Yang
Browse files
Options
Downloads
Patches
Plain Diff
build: fix new version script
parent
4a061975
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+1
-1
1 addition, 1 deletion
package.json
with
1 addition
and
1 deletion
package.json
+
1
−
1
View file @
0c67e1f8
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
"release"
:
"pnpm run check-minor-version && pnpm run build:release && changeset publish"
,
"release"
:
"pnpm run check-minor-version && pnpm run build:release && changeset publish"
,
"release-snapshot"
:
"pnpm run check-minor-version && pnpm run build:release && changeset publish --tag snapshot"
,
"release-snapshot"
:
"pnpm run check-minor-version && pnpm run build:release && changeset publish --tag snapshot"
,
"check-minor-version"
:
"node ./scripts/check-minor-version"
,
"check-minor-version"
:
"node ./scripts/check-minor-version"
,
"new-version"
:
"changeset version && pnpm run check-minor-version && pnpm run build:release"
,
"new-version"
:
"changeset version && pnpm run check-minor-version && pnpm
format:write && pnpm
run build:release"
,
"new-snapshot"
:
"pnpm run build:release && changeset version --snapshot"
"new-snapshot"
:
"pnpm run build:release && changeset version --snapshot"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment