Skip to content

Commit

Permalink
trying to fix build step
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 dc95127 commit 63ed177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"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",
"postinstall": "../../scripts/use_node scripts/postinstall"
"run:postinstall": "../../scripts/use_node scripts/postinstall",
"postinstall": "yarn run:postinstall"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.22.9",
Expand Down

0 comments on commit 63ed177

Please sign in to comment.