这是indexloc提供的服务,不要输入任何密码
Skip to content

Fix bash installation script #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 471 commits into from
Nov 15, 2019
Merged

Fix bash installation script #4

merged 471 commits into from
Nov 15, 2019

Conversation

Chetabahana
Copy link

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Script
#!/bin/bash

cd $WORKSPACE/test/fixtures/three.graphql

echo -e "\n$hr\nCYCLE\n$hr"
make

echo -e "\n$hr\nPREINSTALL\n$hr"
npm install -f

echo -e "\n$hr\nAUDIT\n$hr"
bash scripts/audit.sh

echo -e "\n$hr\nBUILD\n$hr"
make build

echo -e "\n$hr\nDEBUG\n$hr"
npm test

echo -e "\n$hr\nPUSH OUTPUT\n$hr"
rm -rf node_modules && ls -al

@Chetabahana Chetabahana merged commit ff466a8 into Chetabahana Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants