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 a428145 commit 083cefbCopy full SHA for 083cefb
.github/workflows/ci.yml
@@ -71,14 +71,17 @@ jobs:
71
run: npm ci
72
working-directory: commit
73
- name: Use local tstl
74
- run: npm i -D file:.
+ run: npm i lua-types@latest && npm i -D file:.
75
working-directory: master
76
77
run: npm i -D file:.
78
79
- name: Check node_modules
80
run: ls -l node_modules/
81
82
+ - name: Check node_modules/lua-types
83
+ run: ls -l node_modules/lua-types
84
+ working-directory: master
85
- name: Build master
86
run: npm run build
87
0 commit comments