Merge branch 'master' into pnpm ca17e45 Miodec force-pushed the pnpm branch from e574eac to ca17e45 Compare July 30, 2024 20:29 Contributor github-actions bot commented Jul 30, 2024 Continuous integration ch
Switch from Vercel's build system is all about iterating and shipping as quickly as possible. We are heavily invested inpnpmas a package manager and believe that it's the right bet for performance for our build ecosystem at the moment, and so this PR introduces a change to outdefaultpackag...
Use the package managerpnpmto install@tabula/ui-switch. pnpm add @tabula/ui-switch You can usenpmoryarntoo. Usage You can importUiSwitchcomponent and use for your purposes: import{useState}from'react';import{UiSwitch}from'@tabula/ui-switch';exportfunctionAwesomeComponent(){const[isChecked,setIs...
npm install condition-switch # or yarn add condition-switch # or pnpm add condition-switch Usage Basic Usage Using ConditionWithValueObject A ConditionWithValueObject is an object with two properties: condition and value. This format is particularly useful when you want to make your code more rea...
Then, we’ll provide the following options to create a Vue/Vuetify 3 project named vue-switch-project: Project name: vue-switch-project Which preset would you like to install? › Default (Vuetify) Use TypeScript? No Would you like to install dependencies with yarn, npm, or pnpm? › ...
Let's switch to PNPM which seems to be the better package manager at this point. Thanks to@SCG82and their work in#9623we already have orientation how this might look like. Describe alternatives you've considered. Stay on NPM and live with the pain. I love the NPM team but it seems th...
- run: npm i -g pnpm @antfu/ni - run: nci - run: nr test --if-present - run: npx conventional-github-releaser -p angular continue-on-error: true env: ELECTRON_SKIP_BINARY_DOWNLOAD: '1' - run: npm run publish:ci CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}} - ...
- run: pnpm install - run: pnpm lint - run: pnpm type - run: pnpm test --coverage - uses: codecov/codecov-action@v3 2 changes: 1 addition & 1 deletion 2 .husky/pre-commit Original file line numberDiff line numberDiff line change @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname ...
npm to pnpm#85 New issue OpenDescription osmestad opened on Jan 20, 2025To align with other TIDAL projects (like the SDK).Activity Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment AssigneesNo one assigned LabelsNo labels TypeNo type ...
18 + - run: pnpm install --frozen-lockfile 16 19 - run: bun wsrun -t -c run build 17 20 - run: npm publish --access=public --workspace packages 18 21 env: .github/workflows/release-please.yaml +5-1 Original file line numberDiff line numberDiff line change @@ -24,...