commit
0abf1f4330
5 changed files with 1986 additions and 5422 deletions
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
|
@ -17,20 +17,6 @@ jobs:
|
|||
node-version: '14'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- uses: actions/cache@v2
|
||||
id: yarn-cache
|
||||
with:
|
||||
path: '**/node_modules'
|
||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-modules-
|
||||
- name: Install Dependencies
|
||||
if: steps.yarn-cache.outputs.cache-hit != 'true'
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
||||
- name: Upload
|
||||
run: yarn publish --access public
|
||||
env:
|
||||
|
|
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -105,4 +105,8 @@ dist
|
|||
|
||||
diskcache/
|
||||
|
||||
docs/
|
||||
docs/
|
||||
|
||||
# My additions
|
||||
|
||||
package-lock.json
|
5406
package-lock.json
generated
5406
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@
|
|||
"version": "1.2.0",
|
||||
"main": "create-card.js",
|
||||
"repository": "https://github.com/xivapi/XIV-Character-Cards.git",
|
||||
"license": "MIT",
|
||||
"license": "AGPL-3.0-only",
|
||||
"keywords": [
|
||||
"ffxiv",
|
||||
"xivapi"
|
||||
|
|
Loading…
Reference in a new issue