Remove redundant files

This commit is contained in:
Jerome Wu 2022-09-22 13:10:59 +08:00
parent 20790e4fd2
commit 56e1f269cf
5 changed files with 3 additions and 14 deletions

2
.gitpod.Dockerfile vendored
View File

@ -1,2 +0,0 @@
FROM gitpod/workspace-full
RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2

View File

@ -1,7 +0,0 @@
image:
file: .gitpod.Dockerfile
tasks:
- init: >
wget https://github.com/jeromewu/docker-workspace/raw/master/vim.zip -O /tmp/vim.zip &> /dev/null &&
unzip /tmp/vim.zip -d /home/gitpod &> /dev/null &&
npm install

View File

@ -1,4 +0,0 @@
packageExtensions:
"@ffmpeg/ffmpeg@*":
peerDependencies:
"@ffmpeg/core": "*"

View File

@ -1,6 +1,9 @@
{
"name": "root",
"private": true,
"scripts": {
"lint": "eslint src/bind"
},
"workspaces": [
"packages/*",
"apps/*"

View File

@ -12,7 +12,6 @@
}
},
"scripts": {
"lint": "eslint src",
"test": "jest"
},
"repository": {