We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e008f4b commit 93cbb10Copy full SHA for 93cbb10
1 file changed
.github/workflows/publish.yml
@@ -23,5 +23,6 @@ jobs:
23
rm -rf node_modules
24
rm -rf coverage
25
rm -rf docs
26
+ npm install
27
npm run compile
28
npm publish
0 commit comments