Merge pull request #17 from xivapi/misc-fixes

Cleanup build tooling
This commit is contained in:
Ay'yaruq Dotharl 2021-06-05 12:02:43 +10:00 committed by GitHub
commit 0abf1f4330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1986 additions and 5422 deletions

View file

@ -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
View file

@ -105,4 +105,8 @@ dist
diskcache/
docs/
docs/
# My additions
package-lock.json

5406
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -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"

1980
yarn.lock Normal file

File diff suppressed because it is too large Load diff