mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-04-28 03:00:41 -04:00
Merge pull request #674 from semaphore-protocol/ref/cli-templates
Cownload the correct CLI Template files
This commit is contained in:
@@ -16,9 +16,7 @@
|
||||
".prettierrc.json",
|
||||
"hardhat.config.ts",
|
||||
"tsconfig.json",
|
||||
"README.md",
|
||||
".yarn/",
|
||||
".yarnrc.yml"
|
||||
"README.md"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -32,7 +30,7 @@
|
||||
"test:report-gas": "REPORT_GAS=true hardhat test",
|
||||
"test:coverage": "hardhat coverage",
|
||||
"typechain": "hardhat typechain",
|
||||
"prepublish": "tar -czf files.tgz .gitignore",
|
||||
"prepublish": "tar -czf files.tgz .gitignore .yarn .yarnrc.yml",
|
||||
"lint": "eslint . --ext .js,.ts && solhint 'contracts/**/*.sol'",
|
||||
"prettier": "prettier -c --plugin=prettier-plugin-solidity .",
|
||||
"prettier:write": "prettier -w --plugin=prettier-plugin-solidity ."
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"lint": "yarn workspaces foreach -A -pi run lint",
|
||||
"prettier": "prettier -c . && yarn workspaces foreach -A -pi run prettier",
|
||||
"prettier:write": "prettier -w . && yarn workspaces foreach -A -pi run prettier:write",
|
||||
"prepublish": "tar -czf files.tgz .gitignore .yarn .yarnrc.yml apps"
|
||||
"prepublish": "tar --exclude typechain-types --exclude artifacts --exclude cache --exclude node_modules --exclude out --exclude .next --exclude build -czf files.tgz .gitignore .yarn .yarnrc.yml apps"
|
||||
},
|
||||
"workspaces": [
|
||||
"apps/*"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"lint": "yarn workspaces foreach -A -pi run lint",
|
||||
"prettier": "prettier -c . && yarn workspaces foreach -A -pi run prettier",
|
||||
"prettier:write": "prettier -w . && yarn workspaces foreach -A -pi run prettier:write",
|
||||
"prepublish": "tar -czf files.tgz .gitignore .yarn .yarnrc.yml apps"
|
||||
"prepublish": "tar --exclude typechain-types --exclude artifacts --exclude cache --exclude node_modules --exclude out --exclude .next --exclude build -czf files.tgz .gitignore .yarn .yarnrc.yml apps"
|
||||
},
|
||||
"workspaces": [
|
||||
"apps/*"
|
||||
|
||||
Reference in New Issue
Block a user