We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1814e commit 04c15e3Copy full SHA for 04c15e3
2 files changed
.npmignore
@@ -0,0 +1,10 @@
1
+.assets
2
+.github
3
+coverage
4
+src
5
+tests
6
+
7
+/*.js
8
+*.editorconfig
9
+*.gitignore
10
+*.eslintignore
package.json
@@ -4,6 +4,9 @@
"description": "A Node.js library that provides Chrome DevTools trace models to parse arbitrary trace logs.",
"main": "./build/index.js",
"scripts": {
+ "build": "run-s clean compile",
+ "clean": "rm -rf build coverage",
+ "compile": "NODE_ENV=production tsc",
"prepublishOnly": "npm prune && run-s build",
11
"release": "npm run release:patch",
12
"release:patch": "np patch",
0 commit comments