Skip to content

Commit

Permalink
Formatting and make package private
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain89 committed Oct 12, 2023
1 parent 2ad6488 commit fbd94cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm install

- name: Install browsers
run: pnpm --filter @kadena-dev/e2e-tests run install:chromium
run: pnpm --filter @kadena-dev/e2e-tests run install:chromium
working-directory: packages/tools/e2e-tests

- name: Build Tools dApp
Expand Down
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
},
{
"name": "@kadena-dev/e2e-tests",
"version": "1.0.0",
"version": "0.0.1",
"private": true,
"path": "packages/tools/e2e-tests"
},
Expand Down
14 changes: 0 additions & 14 deletions packages/tools/e2e-tests/README.MD
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
<!-- genericHeader start -->

# @kadena/client

Core library for building Pact expressions to send to the blockchain in js.
Makes use of .kadena/pactjs-generated

<picture>
<source srcset="https://raw.githubusercontent.com/kadena-community/kadena.js/main/common/images/Kadena.JS_logo-white.png" media="(prefers-color-scheme: dark)"/>
<img src="https://raw.githubusercontent.com/kadena-community/kadena.js/main/common/images/Kadena.JS_logo-black.png" width="200" alt="kadena.js logo" />
</picture>

<!-- genericHeader end -->

TODO
13 changes: 4 additions & 9 deletions packages/tools/e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
{
"name": "@kadena-dev/e2e-tests",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "ISC",
"author": "",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "",
"format": "pnpm run --sequential /^format:.*/",
"format:lint": "pnpm run lint:src --fix",
"format:md": "remark *.md -o --use @kadena-dev/markdown",
"format:md": "remark README.md -o --use @kadena-dev/markdown",
"format:src": "prettier . --cache --write",
"install:chromium": "npx playwright install chromium",
"lint": "pnpm run /^lint:.*/",
"lint:fmt": "prettier . --cache --check",
"lint:pkg": "lint-package",
"lint:src": "eslint src --ext .js,.ts",
"test": "echo \"no test specified\"",
"install:chromium": "npx playwright install chromium",
"test:e2e": "npx playwright test"
},
"devDependencies": {
Expand Down

0 comments on commit fbd94cc

Please sign in to comment.