-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename addon folder, refactor scripts, build the addon on CI
- Loading branch information
1 parent
9b7f499
commit b59f0ed
Showing
17 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
{ | ||
"private": true, | ||
"workspaces": ["addon", "test-app"], | ||
"workspaces": ["ember-slugify", "test-app"], | ||
"resolutions": { | ||
"clean-css": "4.2.1" | ||
}, | ||
"scripts": { | ||
"build": "yarn workspace ember-slugify run build", | ||
"lint": "yarn workspaces run lint", | ||
"lint:fix": "yarn workspaces run lint:fix", | ||
"start:addon": "yarn workspace ember-slugify run start", | ||
"start:test-app": "yarn workspace test-app run start", | ||
"test": "yarn workspace test-app test" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters