Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
bartosz-lipinski committed Mar 15, 2021
1 parent fc0f8da commit 53b766f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 37 deletions.
70 changes: 36 additions & 34 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
{
"version": "0.1",
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"language": "en",
"words": [
"bitauth",
"bitjson",
"cimg",
"circleci",
"codecov",
"commitlint",
"dependabot",
"editorconfig",
"esnext",
"execa",
"exponentiate",
"globby",
"libauth",
"mkdir",
"prettierignore",
"sandboxed",
"solana",
"transpiled",
"typedoc",
"untracked"
],
"flagWords": [],
"ignorePaths": [
"package.json",
"package-lock.json",
"yarn.lock",
"tsconfig.json",
"node_modules/**"
]
}
"version": "0.1",
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"language": "en",
"words": [
"bitauth",
"bitjson",
"cimg",
"circleci",
"codecov",
"commitlint",
"dependabot",
"Devnet",
"editorconfig",
"esnext",
"execa",
"exponentiate",
"globby",
"libauth",
"mkdir",
"prettierignore",
"sandboxed",
"solana",
"tokenlist",
"transpiled",
"typedoc",
"untracked"
],
"flagWords": [],
"ignorePaths": [
"package.json",
"package-lock.json",
"yarn.lock",
"tsconfig.json",
"node_modules/**"
]
}
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn install
- run: yarn test
- run: npm install
- run: npm test

publish:
needs: build
Expand All @@ -29,6 +29,6 @@ jobs:
- run: git config --global user.email "[email protected]" && git config --global user.name "$GITHUB_ACTOR"
- run: npm version patch
- run: git push --tags && git push
- run: npm publish --access public
- run: npm pack
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 53b766f

Please sign in to comment.