diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 58562e1..fd5b523 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,8 +1,8 @@ -name: "CI" +name: 'CI' on: push: branches: - - "**" + - '**' jobs: build: runs-on: ubuntu-latest diff --git a/package.json b/package.json index dffb341..6017e08 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "svelte-podcast", "version": "0.0.1", "license": "MIT", - "scripts": { "dev": "vite dev", "build": "vite build && npm run package",