n20-common-lib 2.22.65 → 2.22.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.22.65",
3
+ "version": "2.22.66",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -9,7 +9,7 @@
9
9
  "test:unit": "vue-cli-service test:unit",
10
10
  "lint": "vue-cli-service lint",
11
11
  "build:Jenkins_1": "vue-cli-service build --serverConfig ./server-config-jenkins.jsonc",
12
- "build:css": "node build_css",
12
+ "build:css": "node build_css.js",
13
13
  "build:dev": "vue-cli-service build",
14
14
  "build:doc": "node versionInfo.js && vue-cli-service build --testTheme",
15
15
  "build:gzip": "vue-cli-service build --gzip",