Skip to content

Commit

Permalink
restart functions folder with onNewDictionary function, use ESM, Vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed May 3, 2022
1 parent f6006e9 commit 9d760a1
Show file tree
Hide file tree
Showing 47 changed files with 725 additions and 27,720 deletions.
4 changes: 1 addition & 3 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"functions": {
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run build"
]
"predeploy": "npm --prefix \"$RESOURCE_DIR\" run build"
},
"emulators": {
"functions": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 5 additions & 1 deletion packages/functions/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Compiled JavaScript files
lib/**/*
lib/**/*.js
lib/**/*.js.map

# TypeScript v1 declaration files
typings/

# Node.js dependency directory
node_modules/
17 changes: 0 additions & 17 deletions packages/functions/jest.config.js

This file was deleted.

Loading

0 comments on commit 9d760a1

Please sign in to comment.