Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0c869ee

Browse files
committed
chore(*): don't define the grunt Yarn script
As opposed to npm, `yarn binName` invokes a binary named `binName` exposed by the respective package so the `grant` Yarn script is no longer needed.
1 parent a73f3f4 commit 0c869ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"scripts": {
1717
"commit": "git-cz",
1818
"test-i18n": "jasmine-node i18n/spec",
19-
"test-i18n-ucd": "jasmine-node i18n/ucd/spec",
20-
"grunt": "grunt"
19+
"test-i18n-ucd": "jasmine-node i18n/ucd/spec"
2120
},
2221
"devDependencies": {
2322
"angular-benchpress": "0.x.x",

0 commit comments

Comments
 (0)