Skip to content

Commit c9f8096

Browse files
feat: use local dist to publish
1 parent 83abcda commit c9f8096

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ report.*
2828
# Dependency directories
2929
jspm_packages/
3030
/packages/*/node_modules
31-
**/dist
31+
# **/dist
3232

3333
# compiled output
3434
/dist

.gitlab-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ default:
1111
echo "registry=https://registry.npmmirror.com/"
1212
} | tee --append .npmrc
1313
- npm install -g yarn
14-
- yarn install
1514
cache:
1615
key: ${CI_COMMIT_REF_SLUG}
1716
paths:

ADAPT.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
yarn build
1+
# yarn build
22
cd apps/plate-editor
3+
yarn install
34
yarn semantic-release

0 commit comments

Comments
 (0)