generated from AthennaIO/Template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from AthennaIO/develop
chore(npm): improve codebase
- Loading branch information
Showing
16 changed files
with
888 additions
and
562 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
fetch-depth: 0 | ||
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: '18.x' | ||
node-version: '20.x' | ||
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Install dependencies | ||
|
@@ -24,17 +24,8 @@ jobs: | |
- name: Compile code | ||
run: npm run build | ||
|
||
- name: Copy README to build | ||
run: cp README.md build/README.md | true | ||
|
||
- name: Copy LICENSE to build | ||
run: cp LICENSE.md build/LICENSE.md | true | ||
|
||
- name: Copy templates to build | ||
run: cp -r templates build/templates | true | ||
|
||
- name: Copy configurer to build | ||
run: cp -r configurer build/configurer | true | ||
- name: Install production dependencies | ||
run: cd build && npm ci --omit=dev | ||
|
||
- name: Automatic GitHub Release | ||
uses: justincy/[email protected] | ||
|
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.