Skip to content

Commit

Permalink
Workspaces (glideapps#2108)
Browse files Browse the repository at this point in the history
* WIP

* dist

* Ignore

* WIP

* WIP

* WIP

* WIP

* simpler

* WIP

* WIP

* tests

* 18.0.8

* 18.0.9

* 18.0.10

* 18.0.11

* 18.0.12

* 18.0.13

* 18.0.14

* 18.0.15

* sync versions

* fix dep

* fix watch

* 19.0.0

* WIP

* 19.0.1

* 19.0.2

* 19.0.3

* 19.0.4

* 19.0.5

* Fix CLI
  • Loading branch information
dvdsgl authored Jan 15, 2023
1 parent f347c71 commit 9a18438
Show file tree
Hide file tree
Showing 120 changed files with 524 additions and 5,836 deletions.
12 changes: 0 additions & 12 deletions .deepsource.toml

This file was deleted.

4 changes: 0 additions & 4 deletions .dockerignore

This file was deleted.

20 changes: 1 addition & 19 deletions .github/workflows/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
# Create keys to control caching
BASE_KEY="${{ runner.os }}"
NODE_MODULES_KEY="$BASE_KEY-${{ hashFiles('package-lock.json', 'build/*/package-lock.json') }}"
NODE_MODULES_KEY="$BASE_KEY-${{ hashFiles('package-lock.json') }}"
echo "node_modules_key=$NODE_MODULES_KEY" >> $GITHUB_ENV
SOURCE_KEY="$NODE_MODULES_KEY-${{ hashFiles('src/**') }}"
Expand All @@ -25,28 +25,10 @@ runs:
cache: npm
registry-url: "https://registry.npmjs.org"

- name: Restore Dependencies
uses: actions/cache@v3
id: cache-dependencies
with:
path: |
node_modules
build/*/node_modules
key: ${{ env.node_modules_key }}

- name: Install Dependencies
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: npm ci
shell: bash

- name: Restore Packages
uses: actions/cache@v3
id: cache-build
with:
path: dist
key: ${{ env.source_key }}

- name: Build Packages
if: steps.cache-build.outputs.cache-hit != 'true'
run: npm run build
shell: bash
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ test/fixtures/rust/target
test/fixtures/java/target
test/fixtures/java-lombok/target

build/*/dist
build/*/node_modules
packages/*/dist
packages/*/node_modules

*.log
/test/elm/libsysconfcpus/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![](https://raw.githubusercontent.com/quicktype/quicktype/master/quicktype-logo.svg?sanitize=true)
![](https://raw.githubusercontent.com/quicktype/quicktype/master/media/quicktype-logo.svg?sanitize=true)

[![npm version](https://badge.fury.io/js/quicktype.svg)](https://badge.fury.io/js/quicktype)
![Build status](https://github.com/quicktype/quicktype/actions/workflows/master.yaml/badge.svg)
Expand Down
Loading

0 comments on commit 9a18438

Please sign in to comment.