Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
fix: update changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Mar 9, 2021
1 parent 409514b commit fc235a0
Show file tree
Hide file tree
Showing 5 changed files with 1,261 additions and 703 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
lfs: true
- uses: actions/setup-node@v2
with:
node-version: 12
Expand All @@ -36,8 +34,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
lfs: true
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
Expand Down
7 changes: 1 addition & 6 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# Need to add :latest, otherwise old versions (e.g. of node) are installed
FROM gitpod/workspace-full:latest

RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
RUN sudo apt-get install git-lfs
RUN git lfs install

# Puppeteer dependencies
RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2 libgbm1 libxshmfence1
RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2 libgbm1
5 changes: 3 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
image:
file: .gitpod.Dockerfile

tasks:
- init: git lfs pull
- init: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >>~/.npmrc
- init: yarn --frozen-lockfile

vscode:
extensions:
- karlito40.fix-irregular-whitespace@0.0.3:8jjyZYuYF6yW6nwsAiulrg==
- adrianwilczynski.toggle-hidden@1.0.2:pj4yxebPvdfdMeVIjOEuRQ==
- adrianwilczynski.toggle-hidden@1.0.2:pj4yxebPvdfdMeVIjOEuRQ==
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- /TITLE -->

<!-- BADGES/ -->
[![npm version](https://img.shields.io/npm/v/@dword-design/atomizer-plugin-autoprefixer.svg)](https://npmjs.org/package/@dword-design/atomizer-plugin-autoprefixer)
[![NPM version](https://img.shields.io/npm/v/@dword-design/atomizer-plugin-autoprefixer.svg)](https://npmjs.org/package/@dword-design/atomizer-plugin-autoprefixer)
![Linux macOS Windows compatible](https://img.shields.io/badge/os-linux%20%7C%C2%A0macos%20%7C%C2%A0windows-blue)
[![Build status](https://github.com/dword-design/atomizer-plugin-autoprefixer/workflows/build/badge.svg)](https://github.com/dword-design/atomizer-plugin-autoprefixer/actions)
[![Coverage status](https://img.shields.io/coveralls/dword-design/atomizer-plugin-autoprefixer)](https://coveralls.io/github/dword-design/atomizer-plugin-autoprefixer)
Expand Down Expand Up @@ -41,7 +41,7 @@
## Install

```bash
# npm
# NPM
$ npm install @dword-design/atomizer-plugin-autoprefixer

# Yarn
Expand Down
Loading

0 comments on commit fc235a0

Please sign in to comment.