Skip to content

Commit b81d12e

Browse files
committed
Update git add command
1 parent d545a96 commit b81d12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test-storybook:ci": "start-server-and-test storybook:ci http://localhost:6006 test-storybook",
2424
"build-storybook": "storybook build -o 'docs'",
2525
"serve-built-storybook": "npx http-server docs",
26-
"version": "npm run build-storybook && git add ./docs/* && npm run compile",
26+
"version": "npm run build-storybook && git add -u ./docs && git add ./docs/* && npm run compile",
2727
"compile": "rm -rf lib && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && npm run copy-files"
2828
},
2929
"author": "constructor.io",

0 commit comments

Comments
 (0)