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.
npm run package
1 parent ffbd20a commit 986a257Copy full SHA for 986a257
package.json
@@ -9,7 +9,7 @@
9
"format": "prettier --write **/*.ts",
10
"format-check": "prettier --check **/*.ts",
11
"lint": "eslint **/*.ts",
12
- "package": "ncc build --source-map --license licenses.txt",
+ "package": "ncc build --source-map",
13
"test": "jest",
14
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
15
},
0 commit comments