Skip to content

Commit 0243f5a

Browse files
committed
wip: toast
1 parent 5a33b65 commit 0243f5a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

elements/pfe-toast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"scripts": {
3535
"build": "../../node_modules/.bin/gulp && ../../node_modules/.bin/prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}'",
36-
"dev": "../../node_modules/.bin/gulp dev",
36+
"dev:old": "../../node_modules/.bin/gulp dev",
3737
"watch": "../../node_modules/.bin/gulp watch",
3838
"test": "../../node_modules/.bin/wct --configFile ../../wct.conf.json elements/pfe-toast/test/"
3939
},

elements/pfe-toast/tsconfig.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "../../tsconfig.settings.json",
3+
"include": ["src"],
4+
"compilerOptions": {
5+
"outDir": "dist"
6+
}
7+
}

0 commit comments

Comments
 (0)