@1024pix/pix-ui 46.12.16 → 46.12.18
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1024pix/pix-ui",
|
|
3
|
-
"version": "46.12.
|
|
3
|
+
"version": "46.12.18",
|
|
4
4
|
"description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"build-ember": "ember build --environment=production",
|
|
27
27
|
"serve-ember": "ember serve",
|
|
28
28
|
"build-storybook": "ember build && cp -v CNAME dist && storybook build",
|
|
29
|
-
"serve-storybook": "storybook dev --port 9001",
|
|
29
|
+
"serve-storybook": "storybook dev --port 9001 --no-open",
|
|
30
30
|
"clean": "rm -rf dist node_modules",
|
|
31
31
|
"deploy-storybook": "storybook-to-ghpages",
|
|
32
32
|
"lint": "npm-run-all --aggregate-output --parallel --continue-on-error 'lint:!(fix)'",
|
|
@@ -38,9 +38,10 @@
|
|
|
38
38
|
"lint:scss": "stylelint app/styles/*.scss addon/styles/*.scss 'addon/styles/**/*.scss'",
|
|
39
39
|
"lint:scss:fix": "npm run lint:scss -- --fix",
|
|
40
40
|
"preinstall": "npx check-engine",
|
|
41
|
+
"dev": "npm-run-all --parallel serve-ember serve-storybook",
|
|
41
42
|
"start": "ember serve",
|
|
42
43
|
"prestorybook": "ember build",
|
|
43
|
-
"storybook": "npm
|
|
44
|
+
"storybook": "npm run dev",
|
|
44
45
|
"test": "ember test",
|
|
45
46
|
"test:ember": "ember test",
|
|
46
47
|
"test:ember-compatibility": "ember try:each",
|