mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 20:57:44 +00:00
17 lines
297 B
Bash
17 lines
297 B
Bash
#!/bin/bash
|
|
|
|
# For npm (Mutates packages/cli/package.json)
|
|
npm run pack:prepare
|
|
|
|
cp ./redocly-cli.tgz ./openapi-core.tgz ./__tests__/smoke-plugins
|
|
|
|
echo "Current directory:"
|
|
pwd
|
|
echo
|
|
echo "Current directory content:"
|
|
ls -a
|
|
echo
|
|
echo "Target directory content:"
|
|
ls -a __tests__/smoke-plugins/
|
|
echo
|