We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98084e commit e548eedCopy full SHA for e548eed
.github/workflows/deploy.yml
@@ -18,6 +18,7 @@ jobs:
18
registry-url: "https://registry.npmjs.org"
19
cache: npm
20
21
+ - run: git pull --tags
22
- run: npm install
23
- run: npm run build
24
- run: npm test
0 commit comments