You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Draft the release notes in our [GitHub releases](https://github.com/OpenZeppelin
36
36
37
37
Before publishing on npm you need to generate the build artifacts. This is not done automatically at the moment because of a bug in Truffle. Since some of the contracts should not be included in the package, this is a _hairy_ process that you need to do with care.
38
38
39
-
1. Delete the `contracts/mocks` and `contracts/examples` directories.
39
+
1. Delete the `contracts/mocks`, `contracts/examples` and `build` directories.
40
40
2. Run `truffle compile`. (Note that the Truffle process may never exit and you will have to interrupt it.)
41
41
3. Recover the directories using `git checkout`. It doesn't matter if you do this now or later.
42
42
@@ -70,7 +70,7 @@ Draft the release notes in GitHub releases. Try to be consistent with our previo
70
70
71
71
Before publishing on npm you need to generate the build artifacts. This is not done automatically at the moment because of a bug in Truffle. Since some of the contracts should not be included in the package, this is a _hairy_ process that you need to do with care.
72
72
73
-
1. Delete the `contracts/mocks` and `contracts/examples` directories.
73
+
1. Delete the `contracts/mocks`, `contracts/examples` and `build` directories.
74
74
2. Run `truffle compile`. (Note that the Truffle process may never exit and you will have to interrupt it.)
75
75
3. Recover the directories using `git checkout`. It doesn't matter if you do this now or later.
0 commit comments