Skip to content

Commit

Permalink
update SSR npmignore file w/ new project structure (#6017)
Browse files Browse the repository at this point in the history
* update npmignore file w/ new project structure

* Change files

Co-authored-by: nicholasrice <[email protected]>
  • Loading branch information
nicholasrice and nicholasrice authored May 26, 2022
1 parent 6372de1 commit f9daa8a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "update npmignore file w/ new project structure",
"packageName": "@microsoft/fast-ssr",
"email": "[email protected]",
"dependentChangeType": "patch"
}
9 changes: 8 additions & 1 deletion packages/web-components/fast-ssr/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
test
server
temp
src
*.spec.js
api-extractor.json
.eslintrc.cjs
.prettierignore
playwright.config.cjs
tsconfig.json

0 comments on commit f9daa8a

Please sign in to comment.