Skip to content

Commit

Permalink
do no build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzofox3 committed Dec 19, 2023
1 parent fc1dcb1 commit 9a6ffe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
with:
version: 8
run_install: true
- name: Build
run: pnpm run build
# - name: Build
# run: pnpm run build
- name: Install browsers
run: npx playwright install --with-deps
- name: Test
Expand Down
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
},
"scripts": {
"dev": "vite",
"test:ci": "node test/run-ci.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test:ci": "node test/run-ci.js"
},
"author": "Laurent RENARD",
"devDependencies": {
Expand Down

0 comments on commit 9a6ffe3

Please sign in to comment.