We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5636b79 commit bceb8acCopy full SHA for bceb8ac
Earthfile
@@ -17,14 +17,14 @@ prepublish:
17
LOCALLY
18
RUN npm run clean
19
COPY +build/dist dist/
20
- RUN npm version prerelease --no-git-tag-version && \
+ RUN npm version prerelease --no-git-tag-version --provenance && \
21
npm publish --tag=beta
22
23
publish:
24
25
ARG --required VERSION
26
27
RUN npm version $VERSION && \
28
- # npm publish
+ # npm publish --provenance
29
npm publish --dry-run
30
# RUN git push origin master
0 commit comments