1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Disable default styles for number input

This commit is contained in:
Maciej Lenartowicz
2019-09-25 11:59:45 +00:00
parent 7371fbcac0
commit 7253319b61
6 changed files with 105 additions and 13 deletions

View File

@ -60,6 +60,7 @@
"scripts": {
"watch": "babel src --verbose --watch --out-dir dist --ignore '**/__tests__' --source-maps inline",
"build": "rm -rf dist; babel src --out-dir dist --ignore '**/__tests__' --source-maps inline",
"build:watch": "babel src --verbose --watch --out-dir dist --ignore '**/__tests__' --source-maps inline",
"prepare": "rm -rf ./dist && npm run build",
"lint": "eslint src",
"test": "jest",