chore(): revert package.json
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:watch": "jest --watch",
|
"test:watch": "jest --watch",
|
||||||
"clean": "rimraf lib dist",
|
"clean": "rimraf lib dist",
|
||||||
"build": "tsc --project tsconfig.build.json && npm run lint",
|
"build": "tsc --project tsconfig.build.json",
|
||||||
"build:clean": "npm run clean && npm run build",
|
"build:clean": "npm run clean && npm run build",
|
||||||
"build:watch": "npm run clean && tsc --project tsconfig.build.json --watch",
|
"build:watch": "npm run clean && tsc --project tsconfig.build.json --watch",
|
||||||
"pack": "webpack --config webpack/webpack.config.js",
|
"pack": "webpack --config webpack/webpack.config.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user