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

Commit 15b336d

Browse files
fix(build): fix package.json typo
1 parent d492eec commit 15b336d

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
@@ -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 -branch=two 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",

0 commit comments

Comments
 (0)