File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 36
36
- name : install deps and build foi-toy web
37
37
run : |
38
38
npm install
39
- npm run build- foi-toy-web
39
+ npm run build: foi-toy-web
40
40
- name : Setup Pages
41
41
uses : actions/configure-pages@v2
42
42
- name : Upload artifact
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " foi-lang" ,
3
- "version" : " 0.0.14 " ,
3
+ "version" : " 0.0.15 " ,
4
4
"description" : " Foi: a different kind of functional programming language" ,
5
5
"repository" : " getify/foi-lang" ,
6
6
"scripts" : {
7
- "build-foi-toy-web" : " foi-toy/scripts/build-web" ,
8
- "build" : " npm run build-foi-toy-web"
7
+ "build:foi-toy-web" : " foi-toy/scripts/build-web" ,
8
+ "build" : " npm run build:foi-toy-web" ,
9
+ "start:foi-toy-web" : " npx http-server foi-toy/web -p 8080" ,
10
+ "start" : " npm run start:foi-toy-web"
9
11
},
10
12
"devDependencies" : {
11
13
"minimist" : " ~1.2.7" ,
You can’t perform that action at this time.
0 commit comments