Skip to content

Commit

Permalink
Merge pull request #154 from livingtongues/add-questions-to-create-di…
Browse files Browse the repository at this point in the history
…ctionary-page

Add-questions-to-create-dictionary-page
  • Loading branch information
jacob-8 committed May 7, 2022
2 parents 654d897 + 9564c56 commit b2e38de
Show file tree
Hide file tree
Showing 111 changed files with 4,739 additions and 28,104 deletions.
5 changes: 2 additions & 3 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"functions": {
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run build"
]
"predeploy": "npm --prefix \"$RESOURCE_DIR\" run build",
"source": "packages/functions"
},
"emulators": {
"functions": {
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
"version": "0.0.1",
"scripts": {
"dev": "pnpm site",
"dev:open": "pnpm dev --filter=site -- --open",
"dev:open": "pnpm site --open",
"build": "pnpm site:build",
"test": "pnpm test --filter=site...",
"site": "pnpm dev --filter=site",
"site:build": "pnpm build --filter=site",
"site:test": "pnpm test --filter=site",
"parts": "pnpm dev --filter=parts",
"parts:build": "pnpm build --filter=parts",
"parts:test": "pnpm test --filter=parts",
"test": "pnpm --filter=site... test",
"site": "pnpm --filter=site dev",
"site:build": "pnpm --filter=site build",
"site:test": "pnpm --filter=site test",
"parts": "pnpm --filter=parts dev",
"parts:build": "pnpm --filter=parts build",
"parts:test": "pnpm --filter=parts test",
"both": "pnpm --filter=./packages/** dev",
"check-packages": "pnpm update --interactive --recursive --latest"
},
"devDependencies": {
Expand Down
8 changes: 7 additions & 1 deletion packages/functions/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Compiled JavaScript files
lib/**/*
lib/**/*.js
lib/**/*.js.map

# TypeScript v1 declaration files
typings/

# Node.js dependency directory
node_modules/

firebase-debug.log
17 changes: 0 additions & 17 deletions packages/functions/jest.config.js

This file was deleted.

2 comments on commit b2e38de

@vercel
Copy link

@vercel vercel bot commented on b2e38de May 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on b2e38de May 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ld-parts – ./packages/parts

ld-parts-git-main-livingtongues.vercel.app
ld-parts.vercel.app
ld-parts-livingtongues.vercel.app

Please sign in to comment.