Skip to content

Commit

Permalink
updated script
Browse files Browse the repository at this point in the history
Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan committed Apr 10, 2024
1 parent 63ed177 commit 789da5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build": "yarn plugin-helpers build",
"plugin-helpers": "node ../../scripts/plugin_helpers",
"postbuild": "echo Renaming build artifact to [$npm_package_config_id-$npm_package_version.zip] && mv build/$npm_package_config_id*.zip build/$npm_package_config_id-$npm_package_version.zip",
"run:postinstall": "../../scripts/use_node scripts/postinstall",
"run:postinstall": "node scripts/postinstall",
"postinstall": "yarn run:postinstall"
},
"devDependencies": {
Expand Down

0 comments on commit 789da5d

Please sign in to comment.