We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d545a96 commit b81d12eCopy full SHA for b81d12e
package.json
@@ -23,7 +23,7 @@
23
"test-storybook:ci": "start-server-and-test storybook:ci http://localhost:6006 test-storybook",
24
"build-storybook": "storybook build -o 'docs'",
25
"serve-built-storybook": "npx http-server docs",
26
- "version": "npm run build-storybook && git add ./docs/* && npm run compile",
+ "version": "npm run build-storybook && git add -u ./docs && git add ./docs/* && npm run compile",
27
"compile": "rm -rf lib && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && npm run copy-files"
28
},
29
"author": "constructor.io",
0 commit comments