Skip to content

Commit 3b98513

Browse files
committed
git add src files during npm version task
1 parent b0088b1 commit 3b98513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"start-test_dashboard": "node devtools/test_dashboard/server.js",
3737
"start-image_viewer": "node devtools/image_viewer/server.js",
3838
"baseline": "./tasks/baseline.sh",
39-
"version": "npm run build && git add -A dist",
39+
"version": "npm run build && git add -A dist src",
4040
"postversion": "git push && git push --tags"
4141
},
4242
"dependencies": {

0 commit comments

Comments
 (0)