mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
chore: update-snapshot scripts; bump: 2.0.0-rc.20
This commit is contained in:
parent
1d5106ca99
commit
ff9784b7be
@ -14,6 +14,7 @@
|
||||
"deploy-gh-page": "sh ./deploy-gh-pages.sh",
|
||||
"build": "npm run build --workspaces",
|
||||
"test": "npm test --workspaces",
|
||||
"update-snapshot": "npm run update-snapshot --workspaces",
|
||||
"prepare": "husky install",
|
||||
"coverage": "jest --coverage",
|
||||
"version": "lerna version",
|
||||
|
@ -33,6 +33,7 @@
|
||||
"build": "npm run clean-dist && NODE_ENV=production rollup -c ",
|
||||
"dev": "rollup -c -w",
|
||||
"test": "jest",
|
||||
"update-snapshot": "jest --updateSnapshot",
|
||||
"coverage": "jest --coverage",
|
||||
"clean-dist": "rimraf lib/* esm/*"
|
||||
},
|
||||
|
@ -9,6 +9,7 @@
|
||||
"clean-dist": "rimraf lib/*",
|
||||
"declaration": "tsc --project tsconfig-for-declaration.json --allowJs --declaration --emitDeclarationOnly --declarationDir ./lib --rootDir ./src",
|
||||
"test": "jest",
|
||||
"update-snapshot": "jest --updateSnapshot",
|
||||
"coverage": "jest --coverage",
|
||||
"genDoc": "ts-node ./scripts/genDoc.ts"
|
||||
},
|
||||
|
@ -8,6 +8,7 @@
|
||||
"build": "npm run clean-dist && NODE_ENV=production rollup -c ",
|
||||
"dev": "rollup -c -w",
|
||||
"test": "jest",
|
||||
"update-snapshot": "jest --updateSnapshot",
|
||||
"coverage": "jest --coverage",
|
||||
"clean-dist": "rimraf lib/* esm/*"
|
||||
},
|
||||
|
@ -6,6 +6,7 @@
|
||||
"module": "esm/index.js",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"update-snapshot": "jest --updateSnapshot",
|
||||
"coverage": "jest --coverage",
|
||||
"publish-to-internal": "sh build.sh && sh publish.sh",
|
||||
"build": "sh build.sh",
|
||||
|
Loading…
Reference in New Issue
Block a user