Skip to content

Commit

Permalink
fix: semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed Mar 9, 2022
1 parent 6316414 commit f59891d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_node_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "clean"
rm -rf lib dist wrapper.tgz || true
echo "build"
nmp ci
npm ci
npm run build
tracer="$(npm pack)"
mv $tracer wrapper.tgz

0 comments on commit f59891d

Please sign in to comment.