8000 Use start rather than build command · torchbox/django-pattern-library@2cffcd7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2cffcd7

Browse files
nickmoretonthibaudcolas
authored andcommitted
Use start rather than build command
1 parent 729f5c1 commit 2cffcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tasks:
2323
nvm install
2424
npm install
2525
# Build the assets
26-
command: npm run build
26+
command: npm run start
2727
name: Node
2828
openMode: split-right
2929

0 commit comments

Comments
 (0)
0