Skip to content

Commit 3077617

Browse files
authored
build: specify files in package.json & compress image resolves #567 (#568)
1 parent 40e0991 commit 3077617

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/src/apple.jpg

-2.43 MB
Loading

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
"lint": "eslint . --no-eslintrc -c .eslintrc.js",
1414
"test": "bash ./smoke-test.sh"
1515
},
16+
"files": [
17+
"/bin",
18+
"/config",
19+
"/lib",
20+
"tsconfig.json"
21+
],
1622
"repository": {
1723
"type": "git",
1824
"url": "git+https://github.com/openedx/frontend-build.git"

0 commit comments

Comments
 (0)