Skip to content

Commit d8c8347

Browse files
committed
update vite pkg name and workflow
1 parent 6cbfbe4 commit d8c8347

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
- name: Print Environment Info
3333
run: npx nx report
3434
shell: bash
35+
36+
- run: npm ci --legacy-peer-deps
37+
38+
- name: Build
39+
run: npx nx run-many --target=build
3540

3641
- name: Publish packages
3742
run: npx nx release publish

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "agoda-devfeedback-vite",
2+
"name": "agoda-devfeedback-vite2",
33
"version": "0.0.1",
44
"type": "module",
55
"main": "./dist/index.js",

0 commit comments

Comments
 (0)