Skip to content

Commit

Permalink
chore: try fix dev publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Apr 25, 2022
1 parent a19ed3a commit c741413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ workflows:
dist_file_name: merge_and_dist_topic
- publish_npm:
<<: *filter_only_master
name: "Publish dev version"
channel: dev
branch: develop
swap: true
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"clean:tsconfig-build-cache": "rimraf packages/*/dist/tsconfig.tsbuildinfo packages-cjs/*/dist/tsconfig.tsbuildinfo",
"clean:lint": "rimraf .eslintcache packages/*/.eslintcache packages-cjs/*/.eslintcache",
"lint": "npm run lint:packages && npm run lint:other",
"lint1": "eslint --ext .ts --quiet --report-unused-disable-directives packages",
"lint:other": "eslint --cache --ext .js,.ts scripts",
"lint:other:ci": "eslint --cache --ext .js,.ts --quiet --report-unused-disable-directives scripts",
"lint:packages": "lage run lint",
Expand All @@ -83,8 +82,8 @@
"change-tsconfigs:restore": "ts-node -P tsconfig.json scripts/change-tsconfigs.ts restore",
"prepare-release": "ts-node -P tsconfig.json scripts/prepare-release.ts",
"generate-native-modules": "ts-node -P tsconfig.json scripts/generate-native-modules.ts",
"publish:dev": "ts-node scripts/publish.ts dev",
"publish:latest": "ts-node scripts/publish.ts latest",
"publish:dev": "node scripts/publish.js dev",
"publish:latest": "node --esm scripts/publish.js latest",
"bump-version:dev": "ts-node -P tsconfig.json scripts/bump-version.ts dev",
"bump-version:latest": "ts-node -P tsconfig.json scripts/bump-version.ts latest",
"check-dependencies": "ts-node -P tsconfig.json scripts/check-dependencies.ts",
Expand Down

0 comments on commit c741413

Please sign in to comment.