Skip to content

Commit

Permalink
fix: ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
ifelsedeveloper committed Oct 7, 2023
1 parent 48af4c5 commit fa1084f
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion auction/package.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,12 @@
"directories": {
"test": "test"
},
"private": true,
"files": [
"contracts",
"readme.md",
"dist"
],
"private": false,
"scripts": {
"test": "truffle test"
},
1 change: 1 addition & 0 deletions deploy/package.json
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
"version": "0.7.9",
"description": "package with all migrations to deploy other packages",
"access": "public",
"private": false,
"license": "MIT",
"files": [
"contracts",

0 comments on commit fa1084f

Please sign in to comment.