@field123/hacksprint-2022-js-sdk-test-response-generation 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@field123/hacksprint-2022-js-sdk-test-response-generation",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "main": "dist/cli.js",
5
5
  "repository": "https://gitlab.elasticpath.com/Michelle.Wan/hacksprint-2022-js-sdk-test-response-generation.git",
6
6
  "author": "Elastic Path",
7
7
  "scripts": {
8
8
  "postinstall": "terraform init && terraform get",
9
9
  "build": "tsup && yarn build:copy:terra",
10
+ "temp:publish": "cd ./dist && yarn publish --access public",
10
11
  "build:copy:terra": "cp package.json dist/ && cp README.md dist/ && cp main.tf dist/",
11
12
  "semantic-release": "semantic-release"
12
13
  },