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 3f928ab commit 969e86cCopy full SHA for 969e86c
.github/workflows/build.yml
@@ -40,12 +40,12 @@ jobs:
40
npm link vite-plugin-openfl
41
npm install
42
npm run build
43
- - name: Build samples/genes
44
- working-directory: samples/genes
45
- run: |
46
- npm link vite-plugin-openfl
47
- npm install
48
- npm run build
+ # - name: Build samples/genes
+ # working-directory: samples/genes
+ # run: |
+ # npm link vite-plugin-openfl
+ # npm install
+ # npm run build
49
- name: Build samples/rollup
50
working-directory: samples/rollup
51
run: |
0 commit comments