|
@@ -3,7 +3,10 @@
|
|
|
"version": "1.0.0",
|
|
|
"description": "",
|
|
|
"scripts": {
|
|
|
+ "compile": "hardhat compile",
|
|
|
"test": "hardhat test",
|
|
|
+ "deploy": "hardhat deploy",
|
|
|
+ "node": "hardhat node",
|
|
|
"lint:fix": "prettier --write 'scripts/**/*.{js,ts}' 'test/**/*.{js,ts}' 'tasks/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json && solhint contracts/**/*.sol",
|
|
|
"lint": "tslint --config tslint.json --project tsconfig.json && solhint contracts/**/*.sol",
|
|
|
"format": "prettier --check \"**/*.{ts,js,sol}\"",
|