We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32f0f2 commit a2a6790Copy full SHA for a2a6790
package.json
@@ -3,12 +3,18 @@
3
"version": "2.3.1",
4
"description": "Solid-compatible Panes: Source editor",
5
"main": "src/sourcePane.js",
6
+ "files": [
7
+ "/src",
8
+ "README.md",
9
+ "LICENSE"
10
+ ],
11
"scripts": {
12
"build": "echo nothing to build",
13
"lint": "eslint",
14
"test": "jest --no-coverage",
15
"test-coverage": "jest --coverage --collectCoverageFrom=src/**/*.[jt]s",
- "prepublishOnly": "npm run lint && npm run test",
16
+ "prepublishOnly": "npm run test && npm run build",
17
+ "preversion": "npm run lint && npm test",
18
"postpublish": "git push origin main --follow-tags"
19
},
20
"repository": {
0 commit comments