Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TejasvOnly committed Sep 26, 2024
1 parent d9e8a91 commit 0a878d0
Show file tree
Hide file tree
Showing 3 changed files with 6,302 additions and 4,651 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout Commit
uses: actions/checkout@v4
with:
submodules: "recursive"
submodules: 'recursive'

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
Expand Down
86 changes: 43 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "sdk",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build --no-daemon",
"prebuild": "turbo run prebuild --no-daemon",
"dev": "turbo run dev --parallel --no-daemon",
"lint": "turbo run lint --no-daemon",
"pretty": "turbo run pretty --no-daemon",
"lint:check": "turbo run lint:check --no-daemon",
"pretty:check": "turbo run pretty:check --no-daemon",
"test": "turbo run test --no-daemon",
"start:node": "turbo run start:node --no-daemon",
"start:browser": "turbo run start:browser --no-daemon",
"dev:browser": "turbo run dev:browser --no-daemon",
"pre-commit": "turbo run pre-commit --concurrency=1",
"prepare": "husky install",
"clean": "node scripts/clean.js && bash ./scripts/clean.sh",
"clean:force": "node scripts/clean.js -f && bash ./scripts/clean.sh",
"ci:publish": "pnpm publish -r --access public --no-git-checks --filter \"@cypherock/sdk-*\"",
"ci:version": "pnpm changeset version && pnpm i --no-frozen-lockfile",
"doc:serve": "mkdocs serve",
"doc:build": "mkdocs build"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@cypherock/eslint-config": "workspace:*",
"@cypherock/prettier-config": "workspace:*",
"husky": "^8.0.0",
"prettier": "^3.2.4",
"turbo": "latest"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@8.6.0"
"name": "sdk",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build --no-daemon",
"prebuild": "turbo run prebuild --no-daemon",
"dev": "turbo run dev --parallel --no-daemon",
"lint": "turbo run lint --no-daemon",
"pretty": "turbo run pretty --no-daemon",
"lint:check": "turbo run lint:check --no-daemon",
"pretty:check": "turbo run pretty:check --no-daemon",
"test": "turbo run test --no-daemon",
"start:node": "turbo run start:node --no-daemon",
"start:browser": "turbo run start:browser --no-daemon",
"dev:browser": "turbo run dev:browser --no-daemon",
"pre-commit": "turbo run pre-commit --concurrency=1",
"prepare": "husky install",
"clean": "node scripts/clean.js && bash ./scripts/clean.sh",
"clean:force": "node scripts/clean.js -f && bash ./scripts/clean.sh",
"ci:publish": "pnpm publish -r --access public --no-git-checks --filter \"@cypherock/sdk-*\"",
"ci:version": "pnpm changeset version && pnpm i --no-frozen-lockfile",
"doc:serve": "mkdocs serve",
"doc:build": "mkdocs build"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@cypherock/eslint-config": "workspace:*",
"@cypherock/prettier-config": "workspace:*",
"husky": "^8.0.0",
"prettier": "^3.2.4",
"turbo": "^1.13.4"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@8.6.0"
}
Loading

0 comments on commit 0a878d0

Please sign in to comment.