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 5098564 commit 7434b71Copy full SHA for 7434b71
.github/workflows/ci.yml
@@ -65,7 +65,13 @@ jobs:
65
node-version: 16.14.0
66
# NPM
67
- name: NPM master
68
- run: npm ci && npm i file:. && npm run build
+ run: npm ci && npm run build
69
+ working-directory: master
70
+ - name: Use local tstl
71
+ run: npm i -D file:.
72
73
+ - name: Check node_modules
74
+ run: ls -l node_modules/
75
working-directory: master
76
- name: NPM commit
77
run: npm ci && npm i file:. && npm run build
0 commit comments