Skip to content

Commit 07d2b6e

Browse files
committed
chore: updated uikit-workshop/.github/CONTRIBUTING.md
1 parent fb92e63 commit 07d2b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/uikit-workshop/.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ The best way to make changes to this repo and test them is through your existing
1919

2020
To make changes **always edit files in `src/`**. To make sure that these changes are reflected in the front-end and `dist/` folder run the following:
2121

22-
gulp --copy-dist=../../../public
22+
npm run build
2323

2424
To watch for changes you can use:
2525

26-
gulp --watch --copy-dist=../../../public
26+
npm run watch
2727

2828
At this point changes to the static assets should compile to the correct locations in the project as well as `dist/`.
2929

0 commit comments

Comments
 (0)