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 53e70f9 commit 10e3751Copy full SHA for 10e3751
.github/workflows/release-package.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/setup-node@v3
13
with:
14
node-version: 16
15
- - run: npm ci
+ - run: npm install
16
# - run: npm test
17
18
publish-gpr:
@@ -27,7 +27,7 @@ jobs:
27
28
29
registry-url: https://npm.pkg.github.com/
30
31
- run: npm publish
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "qwik-table-loader",
3
- "version": "0.0.9-dev",
+ "version": "0.0.9-dev-2",
4
"description": "A table library for Qwik",
5
"main": "components/TableLoader.tsx",
6
"engines": {
0 commit comments