Skip to content

Commit 37187c4

Browse files
committed
make sure build dir is added in version step
1 parent a576368 commit 37187c4

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
@@ -37,7 +37,7 @@
3737
"start-test_dashboard": "node devtools/test_dashboard/server.js",
3838
"start-image_viewer": "node devtools/image_viewer/server.js",
3939
"baseline": "./tasks/baseline.sh",
40-
"version": "npm run build && git add -A dist src",
40+
"version": "npm run build && git add -A dist src build",
4141
"postversion": "git push && git push --tags"
4242
},
4343
"dependencies": {

0 commit comments

Comments
 (0)