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.
2 parents ba7c5f4 + 392c6fa commit fefd6d0Copy full SHA for fefd6d0
.github/workflows/npm_deploy.yml
@@ -12,6 +12,7 @@ jobs:
12
- uses: actions/setup-node@v3
13
with:
14
node-version: 18
15
+ registry-url: 'https://registry.npmjs.org'
16
- name: Install Node types
17
run: npm install @types/node
18
- name: Install dependencies and build
.npmignore
@@ -0,0 +1 @@
1
+node_modules
0 commit comments