@gojiraf/floating-ecommerce-display-test 1.6.0 → 1.6.2

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 CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@gojiraf/floating-ecommerce-display-test",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "description": "",
5
5
  "main": "./dist/gj-ctc-staging.js",
6
6
  "files": [
7
7
  "dist"
8
8
  ],
9
9
  "scripts": {
10
- "build:prod": "NODE_ENV=production webpack --config-name production",
11
- "build:prod:tienda-nube": "NODE_ENV=production PARAMETER_SOURCE=queryParams webpack --config-name production",
10
+ "build:prod": "set NODE_ENV=production && webpack --config-name production",
11
+ "build:prod:tienda-nube": "set NODE_ENV=production && set PARAMETER_SOURCE=queryParams && webpack --config-name production",
12
12
  "build:stag": "set NODE_ENV=production && webpack --config-name staging",
13
- "build:stag:tienda-nube": "NODE_ENV=production PARAMETER_SOURCE=queryParams webpack --config-name staging",
13
+ "build:stag:tienda-nube": "set NODE_ENV=production && set PARAMETER_SOURCE=queryParams && webpack --config-name staging",
14
14
  "server:dev": "webpack serve --config-name development",
15
15
  "publish:prod": "npm run build:prod && npm publish --access public",
16
16
  "publish:stag": "npm run build:stag && npm publish --access public"