Skip to content

Commit 7744089

Browse files
committed
Change scripts
1 parent 11c6f10 commit 7744089

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
"scripts": {
1212
"test": "echo \"Error: no test specified\" && exit 1",
1313
"start": "serve",
14+
"dev": "serve",
1415
"clean": "rimraf -g ./dist/**/*.d.ts?(.map)",
15-
"build-types": "npm run clean && tsc"
16+
"build": "npm run clean && tsc"
1617
},
1718
"author": "Adam Bender <szoftverhiba@gmail.com>",
1819
"license": "MIT",

0 commit comments

Comments
 (0)