Skip to content

Commit

Permalink
A manual navigation to the build directory is added in order to
Browse files Browse the repository at this point in the history
  workaround the npm's bug: npm/cli#4126.
  • Loading branch information
Kapelianovych committed Jun 13, 2022
1 parent 846e14d commit 2daf058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edelweiss/package.json
Expand Up @@ -28,9 +28,9 @@
"copy:license": "cpy ../../LICENSE build/",
"copy:settings": "cpy package.json build/",
"prerelease": "npm run build",
"release": "npm publish build/ --access public",
"release": "cd build && npm publish --access public",
"prerelease:next": "npm run build",
"release:next": "npm publish build/ --access public --tag next"
"release:next": "cd build && npm publish --access public --tag next"
},
"author": "Kapelianovych Yevhen",
"license": "MIT"
Expand Down

0 comments on commit 2daf058

Please sign in to comment.