Skip to content

Commit

Permalink
fixed publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Aug 16, 2023
1 parent 3d71c83 commit 7c12c77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarity/graph-lib",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"license": "MIT",
"author": "Distributed Lab",
"readme": "README.md",
Expand All @@ -12,8 +12,6 @@
"subgraph",
"thegraph"
],


"scripts": {
"install": "npx husky install",
"test": "graph test",
Expand Down
2 changes: 1 addition & 1 deletion publish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarity/graph-lib",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"license": "MIT",
"author": "Distributed Lab",
"readme": "README.md",
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/bash

cp -r ./README.md ./LICENSE ./modules/ ./publish
cp -r ./README.md ./LICENSE ./lib/ ./publish
npm publish ./publish/ --access public
source ./scripts/clean.sh

0 comments on commit 7c12c77

Please sign in to comment.