Skip to content

Commit

Permalink
chore(wallet-connection): implement no-op scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Sep 25, 2021
1 parent bf59ccb commit e22032b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/wallet-connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"module": "index.js",
"scripts": {
"analyze": "cem analyze --litelement",
"build": "exit 0",
"start": "web-dev-server --port 8100",
"lint-check": "yarn lint",
"lint": "eslint --ext .js,.html . --ignore-path .gitignore && prettier \"**/*.js\" --check --ignore-path .gitignore",
"format": "eslint --ext .js,.html . --fix --ignore-path .gitignore && prettier \"**/*.js\" --write --ignore-path .gitignore",
"test": "web-test-runner --coverage",
Expand Down

0 comments on commit e22032b

Please sign in to comment.