Skip to content

Commit

Permalink
feat: Add smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
umpox committed Mar 18, 2022
1 parent 2a7f0f9 commit 142bdbd
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/web-functionality/package.json
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@
"license": "Apache-2.0",
"version": "0.0.1",
"files": [
"lib"
"lib/src"
],
"main": "./lib/index.js",
"main": "./index.js",
"bin": {
"start": "./lib/index.js"
"start": "./index.js"
},
"scripts": {
"test": "SOURCEGRAPH_URL=https://sourcegraph.com HEADLESS=false yarn jest",
2 changes: 1 addition & 1 deletion packages/web-functionality/tsconfig.json
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
"resolveJsonModule": true,
"composite": true,
"outDir": "lib",
"rootDir": "./src",
"rootDir": ".",
},

"include": ["./src"],

0 comments on commit 142bdbd

Please sign in to comment.