Merge pull request #674 from semaphore-protocol/ref/cli-templates

Cownload the correct CLI Template files
This commit is contained in:
Cedoor
2024-03-01 12:30:46 +00:00
committed by GitHub
3 changed files with 4 additions and 6 deletions

View File

@@ -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 ."

View File

@@ -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/*"

View File

@@ -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/*"