Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit dda29d9

Browse files
chore(build): add legacy branch for release
1 parent f30963f commit dda29d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build-dev": "ngc -w -p tsconfig-dev.json && npm run build",
1313
"start-dev": "onchange '*.ts' 'src/**/*.ts' --initial -- npm run build-dev",
1414
"clean": "rimraf index.js ./*{.d.ts,offline.js,.metadata.json,map} ./{src,tests}/**/*.{d.ts,js,metadata.json,map}",
15-
"semantic-release": "semantic-release pre && npm publish --tag=next && semantic-release post"
15+
"semantic-release": "semantic-release -branch=two pre && npm publish --tag=next && semantic-release post"
1616
},
1717
"repository": {
1818
"type": "git",
@@ -91,5 +91,8 @@
9191
"commitizen": {
9292
"path": "./node_modules/cz-conventional-changelog"
9393
}
94+
},
95+
"publishConfig": {
96+
"tag": "two"
9497
}
9598
}

0 commit comments

Comments
 (0)