We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed04b73 commit 3c74c0bCopy full SHA for 3c74c0b
1 file changed
.github/actions/build-action/action.yml
@@ -58,6 +58,6 @@ runs:
58
npm install
59
npm run lint
60
npm run build
61
- parcel build --target demo --no-source-maps --no-content-hash --public-url ./mgplus
+ parcel build --target demo --no-source-maps --no-content-hash --public-url ./
62
npm run test --if-present
63
shell: bash
0 commit comments