We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa7044 commit dbd8e4fCopy full SHA for dbd8e4f
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@acrodata/visual-component-api",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"description": "Visual component type definitions",
5
"publishConfig": {
6
"access": "public"
@@ -20,7 +20,7 @@
20
"scripts": {
21
"build": "npx tsc -p tsconfig.json",
22
"clean": "rimraf dist",
23
- "publish": "npm run clean && npm run build && npm publish"
+ "prepublishOnly": "npm run clean && npm run build"
24
},
25
"dependencies": {
26
"@acrodata/gui": "^2.1.3",
0 commit comments