Skip to content

Commit

Permalink
build logic at CD (#24)
Browse files Browse the repository at this point in the history
* feat: append build files at ignore

* feat: append build script at CD

* feat: delete build directory

* chore: update version
  • Loading branch information
hyesungoh authored Nov 8, 2022
1 parent ec36f12 commit 639acce
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 78 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'

- run: npm ci
- name: Ci
run: npm ci

- name: Build
run: yarn build

- run: npm publish
env:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
.vscode

node_modules

# build

dist
3 changes: 0 additions & 3 deletions dist/index.js

This file was deleted.

73 changes: 0 additions & 73 deletions dist/index.js.LICENSE.txt

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-comet-land",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",
"description": "Generate a app with comet-land",
"repository": {
Expand Down

0 comments on commit 639acce

Please sign in to comment.