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 c475ee7 commit 95e77bbCopy full SHA for 95e77bb
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
13
with:
14
node-version: 16
15
16
+ - run: npm install
17
- run: npm run build
18
- run: mkdir -p dist dist/example
19
- run: cp -rp example dist/example
0 commit comments