Skip to content

Commit

Permalink
remove references to previous projects
Browse files Browse the repository at this point in the history
  • Loading branch information
maxammann committed Feb 21, 2020
1 parent 676ef74 commit 8d3f71d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
packages/*/node_modules/*
packages/backend/mongodb/
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"frontend:watch": "webpack-dev-server --mode development --color --hot --progress",
"webpack:build": "webpack --mode production",
"clean": "rm -rf dist/ node_modules/ tsconfig.tsbuildinfo, src/graphql/abs.fragments.graphql src/graphql/fragmentSchema.graphql src/graphql/graphql.types.ts"
"clean": "rm -rf dist/"
},
"devDependencies": {
"@types/react": "^16.9.11",
Expand Down

0 comments on commit 8d3f71d

Please sign in to comment.