We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721c8d0 commit 438f4f3Copy full SHA for 438f4f3
.prettierignore
@@ -0,0 +1 @@
1
+dist
packages/nodejs/package.json
@@ -34,7 +34,7 @@
34
"build": "tsc -p tsconfig.json",
35
"build:watch": "tsc -p tsconfig.json -w --preserveWatchOutput",
36
"clean": "rimraf dist coverage build && rimraf ext/appsignal-agent ext/libappsignal.a ext/appsignal.* ext/*.tar.gz ext/*.report",
37
- "install": "node scripts/extension/extension.js",
+ "install": "if test -d src; then npm run build; fi; node scripts/extension/extension.js",
38
"link:npm": "npm link",
39
"link:yarn": "yarn link",
40
"test": "jest --filter=./test/filter.js",
0 commit comments