Skip to content

Commit 02c5590

Browse files
martinjlowmuittorio
authored andcommitted
chore(build): Rename package to collect and prepend it with dist:
1 parent f3321f9 commit 02c5590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"test:features": "cross-env CACHE=true FEATURES=true karma start config/karma/karma.config.features.js",
2222
"test:playground": "karma start config/karma/karma.config.transformer.playground.js",
2323
"test:playground:build": "karma start config/karma/karma.config.transformer.playground.build.js",
24-
"package": "cp -r package.json package-lock.json README.md dist",
25-
"release": "npm run package && semantic-release",
24+
"dist:collect": "cp -r package.json package-lock.json README.md dist",
25+
"release": "npm run dist:collect && semantic-release",
2626
"postversion": "cp -r package.json ../ && cp -r package-lock.json ../",
2727
"cz": "git-cz",
2828
"commit": "npm run cz"

0 commit comments

Comments
 (0)