We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa44b0 commit 5174401Copy full SHA for 5174401
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Authenticate with GitHub package registry
34
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
35
36
- - run: npm install
+ - run: npm ci
37
38
- run: npm run lint
39
@@ -43,6 +43,8 @@ jobs:
43
44
- run: npm run build
45
46
+ - run: npm run prepare
47
+
48
- run: npm run test-dist
49
50
- run: npm run demo
@@ -75,11 +77,11 @@ jobs:
75
77
76
78
79
80
81
82
83
84
85
86
- run: ./example.sh
87
working-directory: deno
0 commit comments