We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d4519 commit a058e81Copy full SHA for a058e81
package.json
@@ -7,6 +7,7 @@
7
"postinstall": "husky",
8
"format": "prettier -w .",
9
"package": "yarn build && companion-module-build",
10
+ "package-dev": "yarn build && companion-module-build --dev",
11
"build": "rimraf dist && yarn build:main",
12
"build:main": "tsc -p tsconfig.build.json",
13
"dev": "tsc -p tsconfig.build.json --watch",
0 commit comments