Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SuttonKyle committed Mar 20, 2024
1 parent ba52eaa commit 68dbb58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@ jobs:
- name: Install Node.js dependencies
run: npm ci

- name: Build
run: npm run build

- name: Build Example
run: npm run build-example-no-webpack

- name: Build Webpack
run: npm run build-example

- name: Test
run: npm run serve-example

- name: Install Playwright Browsers
run: npx playwright install --with-deps

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"scripts": {
"build": "npm run build-esnext",
"build-esnext": "tsc -p tsconfig.json",
"build-example-no-webpack": "npm run build && tsc -p tsconfig.example.json",
"build-example": "npm run build-example-no-webpack && webpack",
"build-example": "npm run build && tsc -p tsconfig.example.json && webpack",
"clean": "rimraf ./dist ./build",
"lint:no-fix": "eslint --config='.eslintrc.js' './src/*.{ts,tsx}' './tests/*.{ts,tsx}'",
"lint": "npm run lint:no-fix -- --fix",
Expand Down

0 comments on commit 68dbb58

Please sign in to comment.