Initialise NPM Package (#1)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
name: "CI"
|
||||
name: 'CI'
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- '**'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"name": "svelte-podcast",
|
||||
"version": "0.0.1",
|
||||
"license": "MIT",
|
||||
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build && npm run package",
|
||||
|
||||
Reference in New Issue
Block a user