Remove redundant files
This commit is contained in:
parent
20790e4fd2
commit
56e1f269cf
2
.gitpod.Dockerfile
vendored
2
.gitpod.Dockerfile
vendored
@ -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
|
|
@ -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
|
|
@ -1,4 +0,0 @@
|
|||||||
packageExtensions:
|
|
||||||
"@ffmpeg/ffmpeg@*":
|
|
||||||
peerDependencies:
|
|
||||||
"@ffmpeg/core": "*"
|
|
@ -1,6 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "root",
|
"name": "root",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"scripts": {
|
||||||
|
"lint": "eslint src/bind"
|
||||||
|
},
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*",
|
"packages/*",
|
||||||
"apps/*"
|
"apps/*"
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint src",
|
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
Reference in New Issue
Block a user