Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
5c0e293d738f10af9c2e423234c7472a1bdc4eee
renovate
test
json-schema.ts
Find file
Normal view
Permalink
json-schema.ts
69 B
Newer
Older
chore(build): convert shell to ts
Michael Kriese
committed
5 years ago
1
2
3
import
shell
from
'
shelljs
'
;
shell
.
exec
(
'
yarn create-json-schema
'
);