Skip to content
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

Remove prepare script #1606

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -45,6 +45,7 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run get-data
- run: npm run build
- run: npm run smoke-test:ci
lint:
runs-on: ubuntu-latest
@@ -69,6 +70,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run build
- run: npx bundlesize
publish:
if: ${{ github.ref == 'refs/heads/release' }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -90,6 +90,7 @@ If you wish to view the [nextstrain-maintained narratives](https://nextstrain.or
### Run auspice

```bash
auspice build --verbose
victorlin marked this conversation as resolved.
Show resolved Hide resolved
auspice view --datasetDir data
```

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -20,7 +20,6 @@
"start": "npm run view",
"server": "npm run view",
"build": "node auspice.js build --verbose",
"prepare": "npm run build",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"get-data": "env bash ./scripts/get-data.sh",