We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c6f10 commit 7744089Copy full SHA for 7744089
1 file changed
package.json
@@ -11,8 +11,9 @@
11
"scripts": {
12
"test": "echo \"Error: no test specified\" && exit 1",
13
"start": "serve",
14
+ "dev": "serve",
15
"clean": "rimraf -g ./dist/**/*.d.ts?(.map)",
- "build-types": "npm run clean && tsc"
16
+ "build": "npm run clean && tsc"
17
},
18
"author": "Adam Bender <szoftverhiba@gmail.com>",
19
"license": "MIT",
0 commit comments