taxjar / taxjar-magento2-extension

Magento 2 Sales Tax Extension by TaxJar
http://www.taxjar.com/guides/integrations/magento2/
Open Software License 3.0
22 stars 29 forks source link

Adds package.json to codify release script #345

Closed sethobey closed 1 year ago

sethobey commented 1 year ago

Context

Normally, have to search internal docs to locate the release script sample.

Description

This adds a package.json file with a build script to create and zip release.

Performance

Quality of life improvement

Testing

  1. Execute CLI command npm run build from repository base directory
  2. Observe zipped release created in base directory

Versions