@field123/hacksprint-2022-js-sdk-test-response-generation 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
+
"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
|
},
|