Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/typescript support poc 2 #1427

Closed
wants to merge 96 commits into from
Closed

Conversation

andresz1
Copy link
Member

Description

Related Issue

Example

@@ -1,32 +1,82 @@
const path = require('path')
const {config} = require('./index.js')

const {TS: isTypeScript = false} = process.env
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to try it out use set TS env variable to true. e.g. TS=true npm run studio dev

@danilucaci
Copy link
Collaborator

danilucaci commented Dec 20, 2022

verdaccio Docs

https://github.com/verdaccio/verdaccio#install

1. Create the file

// .npmrc
registry=http://localhost:4873

2. Publish the packages

npm publish --registry http://localhost:4873/

3. See them published in localhost

image

giodelabarrera and others added 27 commits June 7, 2023 12:01
…t-url-parse-major-13

feat(packages/sui-mono): upgrade git-url-parse dependency to major 13
Create CLI `sui-jest` package to work with Jest
…mpty-string

fix(packages/sui-i18n): fix missed key warning when i18n.url
fix(packages/sui-lint): update jest rules
…mpty-string-warning

fix(packages/sui-i18n): restore slash when token is validated in i18n.url
@carlosvillu carlosvillu self-requested a review as a code owner June 21, 2023 08:31
@kikoruiz
Copy link
Member

DEPRECATED: Working on this one instead #1614

@kikoruiz kikoruiz closed this Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants